WinGet is tool offering a command line interface that can be used for the management of software packages on Windows 10 (build 16299) and 11 computers, included as part of the App Installer. The general syntax is: winget [command] [options]
Below is a table of the currently available commands.
Command | Description |
---|---|
install | Installs the specified package. |
show | Shows information about a package. |
source | Manage sources of packages. |
search | Find and show basic information of packages. |
list | Display installed packages. |
upgrade | Shows and performs available upgrades. |
uninstall | Uninstalls the specified package. |
hash | Helper to hash installer files. |
validate | Validates a manifest file. |
settings | Open settings or set administrator settings. |
features | Shows the status of experimental features. |
export | Exports a list of the installed packages. |
import | Installs all the packages in a file. |
pin | Manage package pins. |
configure | Configures the system into a desired state. |
download | Downloads the installer from a given package. |
repair | Repairs the selected package. |