Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Uninstall python3.8 from Ubuntu 20.04.2 LTS

This is a pretty dumb question, but is ubuntu dependent on Python 3.8? If it is not, how can I uninstall it from my system?


2 Answers

Don't uninstall python3 in ubuntu as it is depended on many python packages if you delete that terminal, firefox browser,idle , will also delete and at last it will show you authentication error

like image 85
Kishore Avatar answered Sep 07 '25 17:09

Kishore


You can uninstall it after installing a python3* version as alternative. You have to install python3.9 available from Ubuntu repository.

sudo apt install python3.9

Here is how to set it as default before uninstalling python3.8.

Without a python3 installed the system will be unusable.

Python3 by default

like image 22
GAD3R Avatar answered Sep 07 '25 15:09

GAD3R



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!