How to Install Package Manager in Windows 11?
Last Updated :
17 Oct, 2024
Installing a package manager on Windows 11 is a convenient way to streamline your software management. One of the most popular tools for this purpose is Winget, the built-in Windows 11 package manager. With Winget, you can easily download, install, and update software via the command line, making it an efficient solution for managing apps. In this guide, we'll show you how to install package manager in Windows 11 and start using Winget for all your software installation needs.
What is a Package Manager?
A package manager is used to install, download, or even update new and currently installed programs in any operating system. Package managers are widely used in different operating systems, but they are rarely used in the Windows operating system.
There are common package managers used in Linux distributions, but when it comes to Windows, there is only one package manager that is officially used for managing programs, and it is called Winget. So, let's understand how we can install the package manager in Windows 11.
Methods to Install Package Manager in Windows 11
There are mainly two ways to install package manager on Windows 11, one using Microsoft Store, and another one using PowerShell. Each method is shown below. You can install a package manager with any of these 2 methods.
Method 1: Download Package Manager in Windows Using the Microsoft Store
To Install package manager in Windows 11, we will have to use the Microsoft store, so for this method, we will have to follow the below steps:
Step 1: Open Microsoft Store
Go to Start menu > Search Microsoft Store > Open it.
Open Microsoft Store.Step 2: Install/Update the App Installer
Install App Installer > Update it.
App Installer.That's it, now the package manager is installed in Windows 11, and we can access it easily.
Method 2: Windows 11 Winget install
If you do not want to use the above method to install the package manager in Windows for some reason then you can use this method to install the package manager as well, in this method we will install the package manager using PowerShell, for this we will have to follow the below steps:
Step 1: Open Powershell
Go to Start menu > Search Powershell > Run it.
Open Powershell.Step 2: Download Winget using PowerShell
Next, you will have to download the widget using PowerShell for this you can directly paste the following command and it will install the widget using PowerShell:
Invoke-WebRequest -Uri https://github.com/microsoft/winget-cli/releases/download/v1.3.2691/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle -OutFile .\MicrosoftDesktopAppInstaller_8wekyb3d8bbwe.msixbundle
This will give you no output which means that the widget is successfully installed, as you can see below:
Powershell Output.That is it, you have now finally installed the package manager in Windows 11, Install and use Winget on Windows 11.
Step 3: Check whether Package Manager for Windows 11 is Installed or Not.
To check whether the Package manager for Windows 11 is installed or not, we can run the following command in the PowerShell after installing the package manager in Windows:
Command: winget
If this gives you the following output then it means the package manager is properly installed in Windows:
Winget.Using Winget as a package manager in Windows 11
Now that we have installed the package manager let's also take a look at how we can view the list of programs that are currently installed in our system using this package manager, for this we will have to use the following command:
Command: winget list
This will ask you if you agree with the terms, so simply type "Y" to confirm that you agree and then it will show you the list of programs that are installed:
Winget listConclusion
Setting up the package manager on Windows 11 with Winget simplifies the process of managing software installations. Whether you're looking to install, update, or remove programs, Winget offers a fast and user-friendly solution. By learning how to use package manager on Windows, you can automate and manage app installations with ease, ensuring that your system is always up to date.
Similar Reads
How to Install Chocolatey Package Manager on Windows?
Chocolatey is a package manager for Windows that gives you a command-line approach to install, update, and remove software. It makes managing software on a Windows PC easy and saves you time and effort. In this article, we will show you how to install the Chocolatey package manager on Windows 11. Pr
3 min read
How to Install a New Package Manager in Linux
Linux offers several package managers for software installation, updates, and maintenance. In Linux, every distribution comes with a package manager by default. The Debian distribution comes with APT(Advanced Package Tool), Red Hat, and its derivatives such as CentOS and Fedora use YUM package manag
4 min read
How to install PyCharm in Windows?
PyCharm is the Python development IDE developed by JetBrains. They have developed professional and free community versions of this tool. The first professional version of the tool is paid and available as a trial for 30 days. However, in this article, we will look into the process of downloading the
2 min read
How to Install Tk in Windows?
In this article, we will look into the various methods of installing Tkinter on a Windows machine. Note : For Python 3 tkinter should already be included with your Python installation. However, if itâs not available or youâre encountering issues, you can install or reinstall it using the following s
3 min read
How to Install i3 Window Manager in Linux?
In this article, we will see How to install i3 windows manager in Linux. i3 window manager is a tiling window manager for advanced users and developers. It is extremely lightweight and fast. It is a text-oriented and keyboard-oriented window manager. It is an easy and quick way to switch between wor
2 min read
How to Install OpenJDK (Free Java) in Windows
We all know that Java is one of the most popular programming languages and comes under the top 10 most used programming languages. Now, if you are starting your Java learning, then you need to install the Java Development Kit (JDK) on your machine. OpenJDK is a free and open-source version of the Ja
5 min read
How to install RubyGems in Windows?
RubyGems is a Ruby package manager that provides Ruby programs and libraries (also known as Gems) and the tools associated with installing and managing Ruby packages and servers. The Ruby package management, RubyGems, makes it simple to install, manage, and utilize tools and libraries for Ruby appli
3 min read
How to Install Nessus in Windows?
Nessus is a security scanner tool, provided by Tenable Incorporation. Nessus is among the best tools for remote vulnerability scanning, presently available. It provides many features such as port scanning, vulnerability scanning, visualization of scan results, etc. Before understanding how to instal
3 min read
How to Install Perl on Windows?
Prerequisite: Introduction to Perl Before, we start with the process of Downloading and Installing Perl on Windows operating system, we must have first-hand knowledge of What the Perl Language is and what it actually does?. Perl is a general-purpose, high level interpreted and dynamic programming la
3 min read
How to Install Typing Master 11 on Windows?
TypingMaster is a typing tutorial software that aims to help users improve their typing skills by providing a series of interactive exercises and tests. It also provides a personalized study plan and detailed progress reports. The application is available for Windows, Mac, and Android platforms. One
4 min read