TLDR
Enter a command. For example: rbt, offlineimap, ansible playbook.

pip uninstall

 
Uninstall Python packages. More information: https://pip.pypa.io.
 
  • Uninstall a package:
     
    pip uninstall {{package_name}}
     
  • Uninstall packages listed in a specific file:
     
    pip uninstall --requirement {{path/to/requirements.txt}}
     
  • Uninstall package without asking for confirmation:
     
    pip uninstall --yes {{package_name}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.