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 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.
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.