DEV Community

Discussion on: Ubuntu is harder than Arch

Collapse
 
slavius profile image
Slavius

That is just a Linux kernel. Operating system is much more than that.

Thread Thread
 
haxnet profile image
HaxNet • Edited

I know OS is just more than that. Sorry I'm typing on my phone and not really looking into just partial upgrades. And why would you want to do that especially on a rolling release?

Arch is all about how you want to make it.
But only doing partial upgrades will typically cause the system to break.

I update on a daily basis that's why my system is stable. Literally takes 3 seconds to update

sudo pacman -Syu --noconfirm

Update package list and upgrade all packages afterwards.

Thread Thread
 
slavius profile image
Slavius

Sometimes you don't want to update everything. I have several SWs that I intentionally mask and hold back because they are less stable in new versions. Especially with Arch that does not care about backporting fixes and rather prefers rolling forward it is crucial to be able to pause updates. For this you have ignore options with pacman.
In modern day when most of my SW runs as FlatPack, .appImage, Snap package or Docker image you don't risk breaking the system by not updating.