This boils down to a Linux using a file system which allows files to be deleted or replaced in the inode table while something has the old file open. So it’s easier (although not simple) to replace packages while other stuff is running. Whereas Windows has to shut everything else down so nothing has the file open to replace it and also fix stragglers during the next reboot.
its more to do with the fact that until recently linux distros did not have a desktop pc centered idea on how to do updates. but distros started to support offline updates, so you can install updates in a safer way, while the system is not running.
a major difference is that linux offline updates allows you to just shut down, without taking time with updates.
only atomic distros do that, and it has its downsides. most distros still only keep a single system partition, but if it does snapshots before update then it’s not a big deal if something goes wrong
This boils down to a Linux using a file system which allows files to be deleted or replaced in the inode table while something has the old file open. So it’s easier (although not simple) to replace packages while other stuff is running. Whereas Windows has to shut everything else down so nothing has the file open to replace it and also fix stragglers during the next reboot.
its more to do with the fact that until recently linux distros did not have a desktop pc centered idea on how to do updates. but distros started to support offline updates, so you can install updates in a safer way, while the system is not running.
a major difference is that linux offline updates allows you to just shut down, without taking time with updates.
My phone and Linux PC’s now all do this. Primary partition in use. Updates apply to secondary partition. At next reboot, load the updated partition.
It’s so much better that the alternative, I can’t wait for Windows 14 to adopt it.
only atomic distros do that, and it has its downsides. most distros still only keep a single system partition, but if it does snapshots before update then it’s not a big deal if something goes wrong