{"id":25665,"date":"2018-02-27T02:43:30","date_gmt":"2018-02-27T08:43:30","guid":{"rendered":"https:\/\/www.rosehosting.com\/blog\/?p=25665"},"modified":"2022-12-19T06:28:38","modified_gmt":"2022-12-19T12:28:38","slug":"pip-uninstall","status":"publish","type":"post","link":"https:\/\/www.rosehosting.com\/blog\/pip-uninstall\/","title":{"rendered":"Pip Uninstall | Uninstall a pip package"},"content":{"rendered":"
We will show you how to uninstall a pip package that you installed with <\/p>\r\n Table of Contents<\/p>\npip install.<\/code> pip is a package management tool that can be used to install and manage software packages written in Python, which can be found in the Python Package Index (PyPI)<\/a>.\u00a0pip is a recursive acronym that can stand for either “Pip Installs Packages” or “Pip Installs Python”. Alternatively, pip stands for “preferred installer program”. Let’s see how you can use pip to remove packages<\/strong>.<\/p>\r\n
If you followed one of our previous tutorials about how to install and use pip on Ubuntu 16.04<\/a> or how to install and use pip on CentOS 7<\/a> and you installed some Python packages that you don’t want to use anymore, you can easily uninstall them using pip.<\/p>\r\n