How to Install and Uninstall python-pip Package on Kali Linux

Last updated: May 15,2024

1. Install "python-pip" package

In this section, we are going to explain the necessary steps to install python-pip on Kali Linux

$ sudo apt update $ sudo apt install python-pip

2. Uninstall "python-pip" package

Please follow the guidelines below to uninstall python-pip on Kali Linux:

$ sudo apt remove python-pip $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-pip package on Kali Linux

Package: python-pip
Source: python2-pip
Version: 20.3.4+dfsg-4
Installed-Size: 4775
Maintainer: Debian Python Team
Architecture: all
Depends: ca-certificates, python-setuptools, python2:any (<< 2.8), python2:any (>= 2.7~)
Recommends: build-essential, python2-dev (>= 3.2)
Size: 1036376
SHA256: 90c8f7a9cf0b305d5c8bec985b5c5ed37db7965c85397916ec724cf8eb806a48
SHA1: a77495d315dc3b7fdc30721d0710dc367dd18a31
MD5sum: 6ccb6513e6bfab8f8bcb582495b3993b
Description: Python 2.7 package installer
pip is the Python package installer. It integrates with virtualenv, doesn't
do partial installs, can save package state for replaying, can install from
non-egg sources, and can install from version control repositories.
.
This is the Python 2.7 version of the package, the last version of pip
supporting Python 2.7.
Description-md5: 6d4c70e121ac47157d73b2147b95980b
Homepage: https://pip.pypa.io/en/stable/
Tag: admin::package-management, devel::lang:python, devel::packaging,
implemented-in::python, role::program
Section: python
Priority: optional
Filename: pool/main/p/python2-pip/python-pip_20.3.4+dfsg-4_all.deb