Is there a way to prevent issues with updating/upgrading packages if not done in a very long time?

The problem is that sometimes I install EndeavourOS (even other Arch based distros such as ArchLabs) on some computers and I may very rarely use it. If I want to come back to it and use it, the problem is that when I run:

sudo pacman -Syyu

Suddenly you run in to all sorts of issues. First of all how come this happens?

I know there are ways to fix these issues however is there a way to completely prevent such issues and update it normally, even if the PC was not used in months to years even?

There are lots of reasons:

  • Package replacements - If you wait too long, you will have a ton of replaced packages. Sometimes packages have been replaced more than once which requires care when handling long updates.
  • Removed packages - Packages get removed from the repos sometimes, getting a years worth of those at the same time can cause issues
  • Dependency changes - The dependencies of packages change over time. WHen you keep up with updates this wonā€™t be an issue but let it go too long and it can be problematic
  • Manual intervention - A couple of times per year, updating requires manual intervention. Again, if you wait a long time you will hit all those problems at once. Also, even if you check on the solutions first, sometimes they donā€™t apply anymore a years after the fact.
  • All of the above - IMO, the biggest issue is that you get hit with all of the above(and probably some things I am not thinking of) at the same time since you waited so long to update.

That being said, it is definitely possible to update an older system. I have done updates on machines that are multiple years old before. It requires a little care and attention as you go through the update process but it isnā€™t impossible.

No. On a rolling release you will always have issues if you wait years between updates. Honestly, you could have the same issues with a fixed release distro if you wait past the end of the life cycle to apply the updates.

If we are talking about months, it just depends how much change has occurred in the intervening period. Sometimes updating a few months at a time wonā€™t be an issue.

3 Likes

Is this a problem with Gentoo as well if you happen to know?

Yes, if you let a gentoo system get old past the point where there is an obvious upgrade path it would be even worse.

If you want to have systems you donā€™t update for a long time a better strategy would be pick a distro with a long support window. For example, Redhat has a 10 year support window so waiting a long time there isnā€™t a problem. Debian and Ubuntu LTS versions also have decently long support periods.

1 Like

Depending on your definition of a ā€˜long timeā€™, one strategy is to run the Arch archives (see Shift Time here on the site if you donā€™t know how it works - or Arch wiki) and update to intermediate times in steps until caught up. A nuisance - but likely to avoid massive problems!

Essentially you tell the system to update to a date in the past (using changes in the mirrrorlist, most easily) and pacman -Syyuu for your updates. You can be reasonably sure with 1 month steps, but larger my be OK too - your call.

Below is the post with my little script (and welcome add-on) for making it simpler :grin:

Just to put forward another view, if issues happen ā€œsuddenlyā€ then itā€™s probably not Arch at fault. Iā€™ve updated systems that havenā€™t been touched for ~12 months without major issues (mainly small tweaks to config files, but nothing pacdiff canā€™t handle).

So - the question I have is, what issues are you coming across?

On the other hand, if youā€™re referring specifically to

then ā€œsemi-frozen releaseā€ distros will regularly have issues with large updates; this is a common theme.

2 Likes

Best is the tabula rasa solution. Download the latest ISO and install new:
https://endeavouros.com/latest-release/

Either that or break out all your unused machines weekly and run updates on them. Donā€™t be lazy!

2 Likes

I wish I remembered, it was a while back.

Is this less of an issue with rolling release?

The more often you update, the fewer packages are updated at once, and the smaller any set of issues will be. For example, if you update one package and it stops working itā€™s obvious where the issue lies (and itā€™s fairly easy to resolve). If you update 100 packages at once and five things stop working itā€™s a considerable amount of extra work to resolve.

However, having a fully-rolling approach means that any issues that are fixed in new packages will appear almost immediately rather than two or more weeks down the line. Recent example, lib32-gtk3. An initial -1 version had conflicting files, -2 was almost immediately released to fix that. If the semi-rolling ā€œupdate setā€ contained the -1 version rather than the -2 version it would remain an issue for weeks rather than hours.

2 Likes