"Step-by-Step: Installing and Utilising Winget on Windows 11 - Complete Guide"

Subscribers:
10,700
Published on ● Video Link: https://www.youtube.com/watch?v=rz85ey2DZso



Category:
Guide
Duration: 4:01
14,541 views
163


In this video I cover how to install and use Winget, the Microsoft Windows Package Manager on Windows 11.

https://docs.microsoft.com/en-us/windows/package-manager/winget/#install-winget

Unlike Linux which traditionally uses a package manager to install and remove software, or packages from a system, Windows traditionally has relied on third parties to create their own installation packages.

Step 1. How To Install Winget.

Assuming that you are running either Windows 11 or the last two releases of Windows 10, then Winget will already be preinstalled as part of the App Installer.

However, if App Installer is not installed, then simply install it from the Microsoft Store.

Step 2. Using Winget Commands.

Winget has multiple commands you can run.

https://docs.microsoft.com/en-us/windows/package-manager/winget/#commands

For example, to install Firefox, type the following command:

winget install Mozilla.Firefox

You will have to confirm a UAC prompt, and depending on the application, there may be some additional dialogue windows, but once the process is finished, the application will now be installed.

Alternatively, to uninstall Firefox, you would use this command:

winget uninstall Mozilla.Firefox

Once again, you will have to confirm a UAC prompt, and once the process is finished, the application will now be uninstalled.

To list all installed packages on a system, type the following command:

winget list

This will return a list of all software installed on your system, and any items with winget as the Source can be updated using Winget.

It will also list the current version installed, and whether there is an updated version that can be installed.

Finally to update all software supported by Winget, type the following command:

winget upgrade --all

Although it will skip updating any applications that are currently running.

Step 3. A GUI Interface For Winget.

https://winstall.app/

Winstall is a website that keeps track of all software supported by Winget and provides you with the command to install said software.

For example, to install OBS, I would navigate to the page, find the Winget command and run it using either PowerShell or CMD.

The website also allows you to create scripts to bulk install software in a comparable manner to a service such as Ninite.

#winget #windows #packagemanager




Other Videos By Intelligent Gaming


2022-11-08"Skyrim Special Edition: Best Graphic Mods of 2023 - Visual Overhaul Guide"
2022-10-28"Unlock Smooth Display: Adjusting Refresh Rate in Gnome Desktop Manager - Complete Guide"
2022-10-14"Step-by-Step: Spawn Items in Dark Souls Trilogy using Cheat Engine - Complete Guide"
2022-10-12"Step-by-Step: Installing and Utilising an Nvidia ShadowPlay Alternative in Linux"
2022-09-27"Cross Platform-File Access: Accessing Linux Partitions From Windows 11 - Complete Guide"
2022-09-26"My Linux Journey" Podcast Episode 20: Pav's Windows Rage
2022-09-14"Seamless Office 365 Experience: Install and Run Office 365 Online On Linux - Tutorial"
2022-09-03"Step-by-Step: How To Install and Play GOG and Epic Games On Linux - Complete Guide"
2022-09-03"Step-by-Step: Capturing and Recording HDR Footage With OBS Studio on Windows 11"
2022-08-25"Step-by-Step: Setting Default Speakers and Microphones in Ubuntu - Complete Guide"
2022-08-03"Step-by-Step: Installing and Utilising Winget on Windows 11 - Complete Guide"
2022-07-08"Enhance Your Ubuntu Experience with These Gnome Extensions"
2022-06-17"My Linux Journey" Podcast Episode 19: Linux Newbie
2022-06-14"Command and Conquer Generals Evolution: Step-by-Step Guide to Play on Windows 11"
2022-06-08"Step-by-Step Guide: Installing and Using ReShade on Linux - Tutorial"
2022-06-06"Steam Proton Controller Setup: Configuring and Using Controllers On Linux"
2022-06-01"How To Unlock Frame Rate in Skyrim Special Edition and Fallout 4 For Smoother Gameplay"
2022-05-25"Step-by-Step Gaming Guide: Installing and Playing V Rising on Linux"
2022-05-25How To Set Up Pop!_OS for Gaming
2022-05-10How To Install & Manage Gnome Shell Extensions in Ubuntu 22.04
2022-05-03How To Remove Snap & Replace With Flatpak In Ubuntu 22.04



Tags:
windows
10
11
package manager
winget
linux
how to
install
upgrade
commands
cmd
terminal
powershell