Winget — Windows Package Manager
Install and Remove Apps from the command-line
Published in
3 min readDec 6, 2022
Winget (Windows Package Manager) is a command-line package manager for Windows. Some of us were already used to apt on Debian-based Linux systems, yum on Fedora, or Pacman on Arch. Winget works in the same way on Windows, allowing you to install apps, uninstall, upgrade or display app information from the command line.
If you’re using Windows 11 or one of the latest versions of Windows 10, you already have Winget installed. If not, open the Microsoft Store, search for App Installer, and install it.
Available Commands
List Installed Apps
winget list
App Search
winget search app_name
App Info
winget show APP_NAME_or_APP_ID
App Install
winget install APP_NAME_or_APP_ID