Hello all,
I open this discussion to tell you my (bad) experience with Solus updates.
Yesterday, as every friday, I launched Solus Software Center and updated my packages.
I reboot -> black screen.
I tried the usual stuff like described in Solus Boot Rescue with no luck. In the end I fixed the problem by reverting to a previous update using eopkg history (that's a great feature!).
Back in my system I run
sudo eopkg check | grep Broken | awk '{print $4}' | xargs sudo eopkg it --reinstall
then I update again (via sudo eopkg upgrade
this time), but before rebooting I also run
eopkg check
to check if all went well and... I find many new broken packages.
I run the reinstall script again, reboot and now it is all fine.
However a package manager that breaks so easily is really a pain as I had this kind of problems a few times and I've not used Solus for long (less than 2 months).
Now, for me it's a lesson learned and I will always check package integrity after an update, but wouldn't it be wiser to run it automatically, at lease when updating via GUI?