winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

index.md (2607B)


      1 ---
      2 title: Windows Package Manager
      3 description: Windows Package Manager is a comprehensive package manager solution that consists of a command line tool and set of services for installing applications on Windows 10.
      4 ms.date: 05/03/2020
      5 ms.topic: overview
      6 ms.localizationpriority: medium
      7 ---
      8 
      9 # Windows Package Manager (preview)
     10 
     11 Windows Package Manager is a comprehensive [package manager solution](#understanding-package-managers) that consists of a command line tool and set of services for installing applications on Windows 10 and Windows 11.
     12 
     13 ## Windows Package Manager for developers
     14 
     15 Developers use the **winget** command line tool to discover, install, upgrade, remove and configure a curated set of applications. After it is installed, developers can access **winget** via the Windows Terminal, PowerShell, or the Command Prompt.
     16 
     17 For more information, see [Use the winget tool to install and manage applications](winget/index.md).
     18 
     19 ## Windows Package Manager for ISVs
     20 
     21 Independent Software Vendors (ISVs) can use Windows Package Manager as a distribution channel for software packages containing their tools and applications. To submit software packages (containing .msix, .msi, or .exe installers) to Windows Package Manager, we provide the open source **Microsoft Community Package Manifest Repository** on GitHub where ISVs can upload [package manifests](package/manifest.md) to have their software packages considered for inclusion with Windows Package Manager. Manifests are automatically validated and may also be reviewed manually.
     22 
     23 For more information, see [Submit packages to Windows Package Manager](package/repository.md).
     24 
     25 ## Understanding package managers
     26 
     27 A package manager is a system or set of tools used to automate installing, upgrading, configuring and using software. Most package managers are designed for discovering and installing developer tools.
     28 
     29 Ideally, developers use a package manager to specify the prerequisites for the tools they need to develop solutions for a given project. The package manager then follows the declarative instructions to install and configure the tools. The package manager reduces the time spent getting an environment ready, and it helps ensure the same versions of packages are installed on their machine.
     30 
     31 Third party package managers can leverage the [Microsoft Community Package Manifest Repository](package/repository.md) to increase the size of their software catalog.
     32 
     33 ## Related topics
     34 
     35 * [Use the winget tool to install and manage software packages](winget/index.md)
     36 * [Submit packages to Windows Package Manager](package/index.md)