Winget — Windows Package Manager

Install and Remove Apps from the command-line

Nuno Campos
Technology Hits

--

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.

Windows Store. Image by Nuno Campos

Available Commands

List Installed Apps

winget list
Image by Nuno Campos

App Search

winget search app_name

App Info

winget show APP_NAME_or_APP_ID
Image by Nuno Campos

App Install

winget install APP_NAME_or_APP_ID

--

--

Nuno Campos
Technology Hits

I am a Senior SysAdmin, enthusiastic about productivity apps and opensource tools