retirer
# python2
pip uninstall package_name
# python3
pip3 uninstall package_name
Felipebros
# python2
pip uninstall package_name
# python3
pip3 uninstall package_name
pip uninstall <package_name>
# 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
pip uninstall <package-name>