Wednesday, May 15, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 615  / 3 Years ago, wed, june 16, 2021, 9:08:59

I have a big problem, I was trying to use Python3 on my PC and it seemed like Python3 wasn't there, I tried installing it and it said Python3 is already installed.


So I uninstalled python3 and reinstalled it, that's when everything stopped functioning properly, then I rebooted the PC and it showed a long log then got stuck and doesn't even reach the lock screen.


I firstly ran 'sudo apt update'.
Then ran 'sudo apt install software-properties-common' and it successfully installed.
Next I ran 'sudo add-apt-repository ppa:deadsnakes/ppa'
After I ran 'sudo apt update' again.


second step
I ran 'sudo apt install python3.8'
Out put indicated that python3.8 is already installed.
When checking the version with 'python ––version'
Output was "command not found"


That's when I ran 'sudo apt remove python3.8' then after that 'sudo apt install python3.8'
It did install some of the files and finished but things stopped functioning.


I would show the log if I knew how


output upon boot


More From » boot

 Answers
1

By running sudo apt-get install python3-all
Then sudo apt-get install --reinstall ubuntu-desktop solved my problem.


[#1627] Wednesday, June 16, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ersoggles

Total Points: 69
Total Questions: 111
Total Answers: 111

Location: Vanuatu
Member since Sun, Oct 2, 2022
2 Years ago
ersoggles questions
;