Ubuntu Upgrade - Command Terminated with Exit Status 1 - Solved
Hi Folks,
This tutorial shows you ubuntu upgrade command terminated with exit status 1. you will learn ubuntu Command terminated with exit status 1 solved. letβs discuss about ubuntu can't upgrade to 22.04. Iβm going to show you about ubuntu can't upgrade to 23.04.
I tried to upgrade my ubuntu version using following link:
How to Upgrade from Ubuntu 22.04 to Ubuntu 23.04?
But, when i run following command at last:
sudo do-release-upgrade
Then i found following error:
Reading cache
Checking package manager
Reading package lists... Done
Building dependency tree
Reading state information... Done
Hit http://archive.ubuntu.com/ubuntu groovy InRelease
Hit http://archive.ubuntu.com/ubuntu groovy-updates InRelease
Hit http://archive.ubuntu.com/ubuntu groovy-backports InRelease
Hit http://security.ubuntu.com/ubuntu groovy-security InRelease
Fetched 0 B in 0s (0 B/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
Restoring original system state
Aborting
Reading package lists... Done
Building dependency tree
Reading state information... Done
=== Command terminated with exit status 1 (Fri July 01 10:31:40 2023) ===
Then, i tried to find solution for this, we need to run following command to fix that error:
Run Command:
sudo RELEASE_UPGRADER_ALLOW_THIRD_PARTY=1 do-release-upgrade
It works for me.
I hope it can help you...