« Winget » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
(Page créée avec « Category:Windows = [https://docs.microsoft.com/en-us/windows/package-manager/ Description] = The {{boxx|winget}} command line tool calls the Windows Package Manager.… ») |
|||
Ligne 10 : | Ligne 10 : | ||
| search || searches for an application | | search || searches for an application | ||
|- | |- | ||
| install / uninstall || installs / uninstalls the specified application | | install / uninstall || installs / uninstalls the specified application<br>{{boxx|--version 1.2.3}} installs a specific version | ||
|- | |- | ||
| list || display installed packages | | list || display installed packages | ||
Ligne 16 : | Ligne 16 : | ||
| show || displays details for the specified application | | show || displays details for the specified application | ||
|- | |- | ||
| upgrade || upgrades the given package | | upgrade || upgrades the given package<br>{{boxx|--all}} upgrades all apps | ||
|} | |} |
Version du 12 décembre 2021 à 16:49
Description
The winget command line tool calls the Windows Package Manager.
Commands
Command | Description |
---|---|
search | searches for an application |
install / uninstall | installs / uninstalls the specified application --version 1.2.3 installs a specific version |
list | display installed packages |
show | displays details for the specified application |
upgrade | upgrades the given package --all upgrades all apps |