Google ads header

Ticker

6/recent/ticker-posts

Use command prompt(cli) to install applications in windows

 'Winget' package manager for windows

In recent years, Microsoft has made significant strides in enhancing the command-line experience for Windows users. One such improvement is the introduction of the "winget" command, which allows users to install and manage software directly from the command line. In this blog post, we will explore the capabilities of the winget command and provide an example of how to use it to install software effortlessly.

What is Winget?

Winget is a package manager for Windows that enables users to discover, install, and manage applications without the need for a separate installer or graphical user interface. It simplifies the process of installing software by eliminating the need to visit websites, search for download links, and navigate through installation wizards. With winget, you can perform all these tasks using a few simple commands.

Installing Software with Winget

  • Before using winget, ensure that it is available on your system. In the command prompt or PowerShell, type the following command "winget --version" and press Enter, If winget is installed, it will display the version number. If not, you can install it from the Microsoft Store or by visiting the official GitHub repository. 
  • To search for the software you want to install, use the following command "winget search <software_name>".
  • To install the software, use the following command "winget install <package_name>"

Here is the official winget github. You can find more information here.

a demo video from official winget github

Post a Comment

0 Comments

Google ads footer