Home  >  Article  >  Windows Package Manager on Windows 11: How to enable and use

Windows Package Manager on Windows 11: How to enable and use

王林
王林forward
2023-04-16 19:31:012162browse

Windows Package Manager or Winget is a tool that allows you to manage software packages on Windows 11. Although a similar feature is available on Linux, with the release of Windows 11, Microsoft has made it easier to use this tool.

So, we will discuss how to enable and use Windows Package Manager on Windows 11. Additionally, you can read information on how to fix Winget if it is not recognized on your Windows device.

What is Windows Package Manager?

Windows Package Manager is a tool designed for installing, updating, and managing software packages on Windows PCs. Microsoft launched it in October 2020, making it available for Windows 1809 version and later.

It allows you to perform software management functions using a command line interface instead of a graphical user interface.

Additionally, Windows Package Manager helps simplify the downloading of apps by providing users with a central location to manage all their software installations. Package managers use a YAML-based manifest file format that defines the packages to be installed or updated, including any required dependencies or configuration.

How to enable Windows Package Manager and use it on Windows 11?

1. Install Windows Package Manager (Winget)

  1. Open Microsoft Store and search for App Installer.
  2. Click the "Get" button to download and install the app. Windows Package Manager on Windows 11: How to enable and use
  3. Click the Update button to update it (if the app installer is pre-installed on your PC).

The Winget functionality is part of the application installer. Therefore, downloading and updating the Microsoft App Installer will make Winget functionality available. You can read about how to troubleshoot Microsoft Store issues if it's not working in Windows.

2. Using the Windows Package Manager

2.1 Download the application using Winget

  1. Press the button, type cmd, and click Run as administrator to open it. Windows
  2. Type the following command line to search for tools: <strong>winget search <appname></appname></strong>Windows Package Manager on Windows 11: How to enable and use
  3. Type next command line and press to download and install the app on your computer: Enter<strong>winget install (App name)</strong>Windows Package Manager on Windows 11: How to enable and use

The command line above allows your computer to download and install applications directly without having to navigate different web pages. Don’t hesitate to check out our guide on the best installer packages for Windows.

2.2 Search for the application you want to download

  1. Launch the command prompt as administrator.
  2. Type the following and press: Enter<strong>winget search (app name)</strong>Windows Package Manager on Windows 11: How to enable and use
##2.3 Use the Windows Package Manager to view installed software

    Left-click
  1. the Start menu, type cmd, and then click "Run as administrator ".
  2. In the UAC prompt, click "
  3. is" to confirm.
  4. Type the following command line and press to display the list:
  5. Enterwinget list<strong></strong>Windows Package Manager on Windows 11: How to enable and use
These are the steps to download, install, and use Windows Package Manager on Windows 11.

However, you can also read How to Remove Software Using Winget to increase your knowledge about Windows Package Manager.

Also, feel free to explore our guide to fix Windows Package Manager operation failure on your device.

The above is the detailed content of Windows Package Manager on Windows 11: How to enable and use. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:yundongfang.com. If there is any infringement, please contact admin@php.cn delete