microsoft / winget-cli

WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
https://learn.microsoft.com/windows/package-manager/
MIT License
22.97k stars 1.43k forks source link

Ability to install multiple packages in one command #287

Closed retnikt closed 4 years ago

retnikt commented 4 years ago

Description of the new feature/enhancement

I would like to be able to install multiple packages in one command like:

winget install package1 package2 package3

Instead of

winget install package1
winget install package2
winget install package3

This is a standard feature of all package managers I can think of, from apt-get to yarn.

Proposed technical implementation details (optional)

megamorf commented 4 years ago

This issue is a duplicate. Please use the search function before needlessly opening tickets:

retnikt commented 4 years ago

Sorry I couldn't see that

masx200 commented 4 years ago

I support it!

daddyparodz commented 3 years ago

I support it!

SalahAdDin commented 2 months ago

@denelon, how can we do this?

jo-chemla commented 2 months ago

Simple: https://github.com/microsoft/winget-cli/issues/4566

winget install --disable-interactivity --accept-source-agreements --accept-package-agreements 7zip.7zip Mozilla.Firefox VideoLAN.VLC OBSProject.OBSStudio Microsoft.VisualStudioCode Microsoft.WindowsTerminal TheDocumentFoundation.LibreOffice SomePythonThings.WingetUIStore GitHub.GitHubDesktop BlenderFoundation.Blender Gyan.FFmpeg