linux uninstall python

# Remove python2
sudo apt purge -y python2.7-minimal

# You already have Python3 but 
# don't care about the version 
sudo ln -s /usr/bin/python3 /usr/bin/python

# Same for pip
sudo apt install -y python3-pip
sudo ln -s /usr/bin/pip3 /usr/bin/pip

# Confirm the new version of Python: 3
python --version

3.86
7
Rhoda 160 points

                                    sudo apt autoremove python

3.86 (7 Votes)
0
3.5
2
Vaughn 75 points

                                    sudo apt autoremove python3

3.5 (2 Votes)
0
Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
uninstall python in linux ubuntu remove python ubuntu uninstall python version how to delete python from linux remove python3 from ubuntu how to uninstall all python versions on ubuntu how to remove python2.7 from ubuntu python uninstall command completely uninstall python remove python from ubuntu 18.04 how to remove python 3.5 from ubuntu how to remove python and python 3 in ubuntu how to uninstall python packange in linux uninstall python2 ubuntu uninstall python debian python 2.7 remove ubuntu python 3.5 remove ubuntu ubuntu 18.04 uninstall python ubuntu uninstall python 3.6 remove python 3.9 from ubuntu how to uninstall python in linux remove python from linux linux uninstall python3 how to uninstall python linux terminal uninstall python 3.7 ubuntu how to remove and reinstall python 3.6 on ubuntu how to uninstall python 3.8 linux uninstall python 3 linux remove python 3.8 ubuntu uninstall python 2 on ubuntu remove python3 completely ubuntu delete all python versions ubuntu purge python 3.7 from ubuntu delete python 2.7 from ubuntu remove python 3.5 ubuntu uninstall python 3.10 linux python remove 3.9 ubuntu completely remove python ubuntu remove python3.7 ubuntu how to remove python from ubuntu 16.04 how to uninstall python2.7 in ubuntu how to completely uninstall python on ubuntu 16.04 remove python3.6 ubunto uninstall python version linux remove python 3 ubuntu remove python from ubuntu how to uninstall python 2 in ubuntu how to remove python 2.7 from ubuntu 14.04 ubuntu uninstall python how to uninstalll python on linux removing python 2.7 from ubuntu uninstall python 2.7.17 ubuntu uninstall python 3.6.9 in ubuntu uninstall all python versions ubuntu python uninstall ubuntu 18.04 ubuntu remove python 3 remove python 2.7 ubuntu 18.04 remove python completely ubuntu uninstall python 2.7 ubuntu uninstall python3 ubuntu 16.04 linux remove python ubuntu uninstall python2 delete python linux remove and reinsall python ubuntu uninstall python package ubuntu remove and install python3 ubuntu uninstall python how to uninstall python uninstall python 3.9 ubuntu how to remove python completely ubuntu how to remove python ubuntu ubuntu uninstall python 2.7 remove python in ubuntu how to uninstall python 2.7 ubuntu how to remove python 2.7 from ubuntu and install python3 linux uninstall python version ubuntu remove python 2.7.6 how to uninstall python linux how to reinstall python3 on ubuntu after deleting /usr/bin/python3 how to uninstall python ubuntu 18.04 uninstall python from linux uninstall python2 linux uninstall python ubuntu 18.04 python 2.7 uninstall ubuntu remove python2 ubuntu delete python 2.7 library ubunut remove python 2.7 ubuntu 18 how to uninstall python on linux how to uninstall python3 from linux ubunto REMOVE PYTHON ubuntu 18 remove python 3.6 command to uninstall python kali linux uninstall python uninstall python 3 in ubuntu how to uninstall python2.7 from ubuntu 18.04 how to uninstall python 2.7 remove python 2.7 and install python3 ubuntu uninstall python2.7 ubuntu how to uninstall python 2.7 through command line linux remove python linux remove python linux how to delete python linux uninstall python ubuntu linux uninstall python how can i remove pold python packages in ubuntu unisnatll python 2.7 from my machine linux how to remove everything about python2 from ubuntu ubuntu remove python 2.7 remove apt python 2.7 how to uninstall python 2.7 in ubuntu 18.04 uninstall python linux remove python ubuntu ubuntu delete python 2.7 how to remove python 2.7 from ubuntu 18.04 ubuntu remove Python 2.7.17 remove python 2.7 kali uninstall python 2.7 unbuntu debian remove python 2.7 remove python 2 from ubuntu uninstall version python debian how to delete default python from ubuntu uninstall python 2 linux completely uninstall python ubuntu how to delete python fully in linux debian delete old python remove python 2.7 ubuntu how to uninstall python2.7 ubuntu how to uninstall python 2.7 in ubuntu sudo uninstall python uninstall python from wsl ubuntu 18.04 uninstall python 2.7.17 how to delete python 2.7 in ubuntu completely remove python2 from ubuntu uninstall python2 in ubuntu uninstall python 2.7 kali how to completely remove python 2.7 from ubuntu delete python 2.7 linux uninstall python 2 in ubuntu ubuntu uninstall python 18.04 uninstall python 2.7 in ubuntu how to remove python 2.7 ubuntu python2 uninstall linux delete python 2.7 ubuntu uninstall python 2.7 linux how to unistall python 2.7.17 from ubuntu 18 ubuntu python 2.7 remove how to remove python 2.7 from ubuntu remove python2 from ubuntu remove python from ubuntu 19.10 remove python 2.7 linux uninstall python 2.7 ubuntu 18.04 how to remove python 2.7 on ubuntu 18.04 how to uninstall python in ubuntu uninstall python 2.7.17 ubuntu 18.04
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source