How to upgrade all packages installed by winget only? #3290
-
Since many users are using multiple package managers like choco e.t.c and also manually installe packages that they don't want to be updated automatically by |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
WinGet doesn't have a way to track whether a package was installed through it or any external means To achieve your desired behavior, take a look at Package Pinning feature. You can use |
Beta Was this translation helpful? Give feedback.
WinGet doesn't have a way to track whether a package was installed through it or any external means
To achieve your desired behavior, take a look at Package Pinning feature. You can use
winget pin
(currently available in the preview release of WinGet) for packages that you don't want WinGet to upgrade.