How do people like scoop and chocolatey better than winget? Winget is thousands of times more reliable and useful to me.
Comment on Is there something like F-droid, but for windows software?
people_are_cute@lemmy.sdf.org 1 year ago
stephenc@lemmy.world 1 year ago
people_are_cute@lemmy.sdf.org 1 year ago
Winget… literally just acts as an installer downloader. Scoop and Chocolatey actually maintain repositories.
Not to mention Scoop offers a lot more Unix tools that winget won’t. Also it does everything cleanly in a single folder in your %userprofile% and never requires admin privileges.
stephenc@lemmy.world 1 year ago
And creates huge fucking issues by not using the actual installers and doing user installs in many, many instances. Winget just works, which was my entire point.
And I’ve seen little to no important FOSS projects that weren’t available from winget, which you’d know if you’d actually try it.
Pyroglyph@lemmy.world 1 year ago
For me, Scoop feels faster and I also don’t have to remember/find the package name of what I want to install.
If I want to install Everything, I just type
scoop install everything
. I wanted Everything, it installs Everything. Easy. If I trywinget install everything
, no. I have to remember the author as well and typewinget install voidtools.Everything
. It’s just a bit annoying.Plus, I know where all my software is with Scoop. Windows installers love flinging files all over your system, but with Scoop they’re all in the apps folder. It’s not always the case, but I trust Scoop apps to stay where they are more than Windows installers.
stephenc@lemmy.world 1 year ago
You can 100% use winget install [softwarename] if it doesn’t collide with another piece of software of the same name.
And throwing everything in a user directory causes tons of issues that I’ve seen when something is expected to be installed the way Windows needs it to be.
nix@merv.news 1 year ago
Is there a reason you use Scoop instead of Chocolately?
tordenflesk@lemmy.world 1 year ago
No installers unless absolutely necessary.
Backups are simple, all user data in a single folder.
Quicker checks for updates.
Pyroglyph@lemmy.world 1 year ago
I tried Chocolatey first, but ended up using Scoop after a while. It’s been years so I can’t remember why, but there was something about it that annoyed me enough to make the switch.
iso@lemy.lol 1 year ago
Yeah, I liked Scoop more than Chocolatey.
nix@merv.news 1 year ago
What do you like more in Scoop vs choco? I use Choco assuming it would have more packages and would be updated more often since its more popular.