Home Winget Overview
Post
Cancel

Winget Overview

What is it?

winget is a powershell based package manager for Windows 10 and 11

What is a Package Manager?

If you have ever used Linux you will already be familiar with what a package manager is but for those who haven’t, a package manager is a software package that allows you to download/ install and update programs.

What makes winget Better Then its Alternatives?

While there are a couple of alternatives to winget for windows. winget does have the bellow advantages above its alternatives:

  1. Native support from Microsoft
  2. Integrates both winget native packages as well as packages from the 3. Microsoft store
  3. Easy to use and install

Installation and Configuration

Windows 10

  1. Open Microsoft Store
  2. Download App Installer
  3. Select yes to agree to all the source agreement terms

Windows 11

  1. Open Microsoft Store
  2. Download App Installer
  3. Select yes to agree to all the source agreement terms

General Use

1
winget search vscode

Install

1
winget install --id Microsoft.VisualStudioCode

Upgrade

1
winget upgrade --all

Uninstall

1
winget uninstall --id Microsoft.VisualStudioCode

Closing Thoughts

In closing if you are a Linux user I dough I even need to tell you to check out winget since you probably already have but if you are a Windows user i would strongly recommend checking it out as it makes managing your programs easier then you could ever imagine

This post is licensed under CC BY 4.0 by the author.