Is there a reason you use Scoop instead of Chocolately?
Comment on Is there something like F-droid, but for windows software?
Pyroglyph@lemmy.world 1 year agoFor 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 try winget install everything
, no. I have to remember the author as well and type winget 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.
nix@merv.news 1 year ago
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.
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.