Skip to content

Instantly share code, notes, and snippets.

@BaronKimaru
Last active December 26, 2023 10:21
Show Gist options
  • Select an option

  • Save BaronKimaru/68cd65806c9774b7bd5add6bb5ae318c to your computer and use it in GitHub Desktop.

Select an option

Save BaronKimaru/68cd65806c9774b7bd5add6bb5ae318c to your computer and use it in GitHub Desktop.
solution to Aborted Upgrade - ubuntu 20.04 (Bionic Beaver) to ubuntu 22.04 (Jammy Jellyfish)

The Error:

Restoring system to original state

Abort

the Error

The Solution:

  • get rid of the snapd package/dependency whether you see it or not. It often tends to be the culprit.
sudo apt-get purge snapd

the Solution

  • after doing so, it will work perfectly:
    the Upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment