DEV Community

Discussion on: Let's talk about Linux

Collapse
 
tbroyer profile image
Thomas Broyer

If I had to pick one feature, compared to Windows: the fact that you can (and should) install every software you want from package repositories, providing a unified update for the entire system; vs each soft having to phone home to check for updates and bother you with popups, or implementing autoupdating by themselves, or just let users down and they never update after the initial install, becoming vulnerable as security bugs are fixed in newer versions.
Things might have changed with the Windows Store and/or NuGet, but I'd bet it's still true for many Windows users, including tech-savvy ones.

Collapse
 
adamstaplesdev profile image
Adam Staples

I recently discovered the "scoop" package manager for Windows, and at very least for dev tools it works pretty well! It doesn't have a way to easily update-all, but it does let you install, uninstall, and update most dev tools entirely from the command line. Makes for a really quick setup of a new machine.

Collapse
 
ssimontis profile image
Scott Simontis

Actually, the command you are looking for is scoop update-all!

Thread Thread
 
adamstaplesdev profile image
Adam Staples

C:/> scoop update-all
result:
scoop: 'update-all' isn't a scoop command. See 'scoop help'.