Jump to content

Ubuntu version upgrade problems

Go to solution Solved by WereCatf,
13 minutes ago, myselfolli said:

but that just tells me, that my python3 installation is corrupted and that I have to fix my /usr/bin/python3 symlink.

 

It seems other people have had the same issue and on https://www.reddit.com/r/pop_os/comments/aduzbg/upgrading_1804_to_1810_python3_install_is/ someone mentioned that they fixed it with the following:

 

apt-get -y remove --purge python2.7-minimal

apt-get -y autoremove

 

Might be worth trying, though take a backup of your VM first.

Hello everybody!

 

I have a problem at work: We're using a Ubuntu VM running Ubuntu 17.10 (artful), which I am trying to upgrade to the most current version of ubuntu.

I want to do this using

sudo do-release-upgrade

but that just tells me, that my python3 installation is corrupted and that I have to fix my /usr/bin/python3 symlink.

 

So I checked online and I was told, that my python3 symlink has to point to python3.6 and that some people have had problems when they were using update-alternatives. I checked the symlink (it's correct) and we're not using update-alternatives.

 

My problem however persists, I can't seem to upgrade my ubuntu version.

 

Edit: Another possible solution that was suggested online, was reinstalling python3

sudo apt-get install --reinstall python

But that gives me another error:

Reinstallation of python is not possible, it cannot be downloaded.

 

So that won't work either

75% of what I say is sarcastic

 

So is the rest probably

Link to comment
https://linustechtips.com/topic/1094247-ubuntu-version-upgrade-problems/
Share on other sites

Link to post
Share on other sites

13 minutes ago, myselfolli said:

but that just tells me, that my python3 installation is corrupted and that I have to fix my /usr/bin/python3 symlink.

 

It seems other people have had the same issue and on https://www.reddit.com/r/pop_os/comments/aduzbg/upgrading_1804_to_1810_python3_install_is/ someone mentioned that they fixed it with the following:

 

apt-get -y remove --purge python2.7-minimal

apt-get -y autoremove

 

Might be worth trying, though take a backup of your VM first.

Hand, n. A singular instrument worn at the end of the human arm and commonly thrust into somebody’s pocket.

Link to post
Share on other sites

3 minutes ago, WereCatf said:

 

It seems other people have had the same issue and on https://www.reddit.com/r/pop_os/comments/aduzbg/upgrading_1804_to_1810_python3_install_is/ someone mentioned that they fixed it with the following:

 

apt-get -y remove --purge python2.7-minimal

apt-get -y autoremove

 

Might be worth trying, though take a backup of your VM first.

That appears to have helped, thank you!

75% of what I say is sarcastic

 

So is the rest probably

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×