Answers for "uninstall python3 wsl"

0

uninstall python3 wsl

#removing all python3 versions and their packages
sudo apt-get remove --auto-remove python3 
#remove a specific version (replace X with version #)
sudo apt-get remove --auto-remove python3.X
Posted by: Guest on April-09-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language