Update WINDOWS using winget or scoop

Started by branx86, August 22, 2026, 08:18:59 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

branx86

winget

winget install yt-dlp
To update, run:
winget upgrade yt-dlp

or

Install scoop
https://scoop.sh/
Open a PowerShell terminal (version 5.1 or later) and from the PS C:\> prompt, run:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression

Scoop
scoop install yt-dlp
To update, run:
scoop update yt-dlp