Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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 
 
PREVIOUS NEXT
Tagged: #uninstall #wsl
ADD COMMENT
Topic
Name
5+9 =