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...
Hardik Savani
I'm a full-stack developer, entrepreneur and owner of ItSolutionstuff.com. I live in India and I love to write tutorials and tips that can help to other artisan. I am a big fan of PHP, Laravel, Angular, Vue, Node, Javascript, JQuery, Codeigniter and Bootstrap from the early stage. I believe in Hardworking and Consistency.
We are Recommending you
- How to Upgrade from Ubuntu 18.04 to Ubuntu 20.04 LTS?
- How to Upgrade from Ubuntu 20.04 LTS to Ubuntu 22.04 LTS?
- How to Upgrade from Ubuntu 22.04 to Ubuntu 23.04?
- How to Upgrade PHP Version from 8.1 to 8.2 in Ubuntu?
- Ubuntu PHP bcmath Extension Install Commands Example
- How to Check Current PHP Version in Ubuntu?
- How to Restrict/Block IP Address in Apache Ubuntu?
- How to Install Apache PHP MySQL and Phpmyadmin on Ubuntu?
- How to Change PHP Version in Ubuntu Server?
- How to Install Phpmyadmin in Ubuntu Server?
- How to Install MySQL in Ubuntu Server?
- How to Upgrade PHP Version from 7.4 to 8 in Ubuntu?
- How to Import Database in Mysql using Command Line in Ubuntu?
- How to Upgrade PHP Version from 7.2 to 7.3 in Ubuntu?