Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to uninstall package python

# if pip installed then use 'pip uninstall packagename'
sudo apt-get --purge autoremove packagename
# --auto-remove removes orphaned dependencies
# --purge removes config files
# remove leaves dependencies and configs
 
PREVIOUS NEXT
Tagged: #uninstall #package #python
ADD COMMENT
Topic
Name
2+9 =