« Winget » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
Aucun résumé des modifications |
|||
Ligne 23 : | Ligne 23 : | ||
| upgrade || upgrades the given package<br>{{boxx|--version 1.2.3}} upgrades to a specific version<br>{{boxx|--all}} upgrades all apps | | upgrade || upgrades the given package<br>{{boxx|--version 1.2.3}} upgrades to a specific version<br>{{boxx|--all}} upgrades all apps | ||
|} | |} | ||
= Useful packages = | |||
* 7zip.7zip | |||
* AutoHotkey.AutoHotkey | |||
* Git.Git | |||
* DominikReichl.KeePass | |||
* MariaDB.Server | |||
* Microsoft.WindowsTerminal | |||
* Mozilla.Firefox | |||
* Postman.Postman | |||
* WinDirStat.WinDirStat | |||
* Axosoft.GitKraken | |||
* Microsoft.SQLServerManagementStudio | |||
* Microsoft.PowerShell |
Version du 16 décembre 2023 à 13:32
Description
The winget command line tool calls the Windows Package Manager.
Commands
# list packages installed with winget winget list | findstr winget |
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 --version 1.2.3 upgrades to a specific version --all upgrades all apps |
Useful packages
- 7zip.7zip
- AutoHotkey.AutoHotkey
- Git.Git
- DominikReichl.KeePass
- MariaDB.Server
- Microsoft.WindowsTerminal
- Mozilla.Firefox
- Postman.Postman
- WinDirStat.WinDirStat
- Axosoft.GitKraken
- Microsoft.SQLServerManagementStudio
- Microsoft.PowerShell