Replies: 5 comments 14 replies
-
There are many discussions regarding scoop and chocolatey, winget, etc., and you can see winget adopt many scoop features. But nowadays, the main difference between scoop and winget is that winget is a installer manager, while scoop is a package manager. tldr, winget just helps you find apps, and installs the app likes it usually is, to the location it's usually located; scoop tries to extract the app's installer and put the program's files in a user-wide central location, to avoid UAC, if possible. |
Beta Was this translation helpful? Give feedback.
-
You could think of winget as "the agent to download and run the installer". That's all, everything else is the same. It just invokes the GUI installer. All of the things related to installation - like installing to the default location, creating registry keys, adding binaries and shortcuts etc. is done by the installer itself, winget plays no role. Scoop is completely different. It offers full control, extracts and installs to a common (and configurable) location, manages persistent data etc. It is mostly self-contained - no part outside the Scoop directory is modified - and it does not touch the registry and any machine-specific settings. That said, because of the way Scoop handles installations, the out-of-the-box experience can differ for some applications, when compared to running their official installers. |
Beta Was this translation helpful? Give feedback.
-
IMO id love to see this breakdown added to the main |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
For situations where WinGet is not installed by default, Scoop is easier to install than WinGet because it doesn't have dependencies. Scoop
Winget
Docs: https://learn.microsoft.com/en-us/windows/package-manager/winget/ |
Beta Was this translation helpful? Give feedback.
-
i'm just curious. with Microsoft's winget getting a lot of traction these days, what the main selling point or feature differences between Scoop and winget?
for anyone using this to automate machine installs and the like, there is a lot of time invested - regardless which tool/solution you use.
has Scoop got a bigger repository?
i've just started investing time in winget for SOE deployment. should I be spending time with Scoop instead?
i only heard about this project today.
many thanks :-)
cheers, Wiz!!
Beta Was this translation helpful? Give feedback.
All reactions