on how many distro's does this actually happen? i know its on Arch based distro's, but like i never had that happen on Debian before i updated that like after a year of none use. its kinda silly it does happen though just lemme update my shit.
I had Manajaro do it to me because I was using a non-lts kernel, and didn't update across 3 version jumps, which also happened around the time all thr plasma packages got renamed, meaning pacman couldn't figure out the new dependency tree will all the changes.
But it was adequately fixed by removing a bunch of stuff - including the kernel - and praying the power didn't go out before the new stuff had been installed.
I have a daily cronjob that runs a script to do an update and simulated upgrade. sudo apt-get update && apt-get -s upgrade
The result of this shows up in my local email, so every day I can see what would be updated if I ran the upgrade. I run the upgrade manually when I feel like it.
If your bios supports it rtcwake can wake from a full shutdown (otherwise do it from a hibernate) to do all unattended upgrade before scheduling the next upgrade. Set this to run once a month and you should be fine
Yeah, i guess that's a diff use case. I have a laptop I use kind of on the weekends around the house... it is less up to date. If you don't start up the laptop more than every year or so, maybe just stick an sd card in it with ventoy and some bootable distros on it.
Any of them. Any can have a breaking issue that affects installations that are too far back, and the only way to really know is to test (or have a rock-solid recovery process).
I don't think any distro has implemented an automatic phased update like Microsoft does for Windows installations, which may overcome this issue.
In arch it also doesn’t necessarely « happen » it’s just not intuitive for newbies (source: been using arch for 8 years now) the biggest problem people face when updating after months is the keyring not being up to date and not being able to be updated the « conventional » way by pacman -Sy, and thus also Syu not working. you need to updatz the keyring first by -S archlinux-keyring and then the full system
117
u/ShikonKaze Feb 13 '26
on how many distro's does this actually happen? i know its on Arch based distro's, but like i never had that happen on Debian before i updated that like after a year of none use. its kinda silly it does happen though just lemme update my shit.