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

Last updated: May 17,2024

1. Install "python3-pip" package

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

$ sudo apt update $ sudo apt install python3-pip

2. Uninstall "python3-pip" package

This tutorial shows how to uninstall python3-pip on Kali Linux:

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

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

Package: python3-pip
Source: python-pip
Version: 24.0+dfsg-1
Installed-Size: 6826
Maintainer: Debian Python Team
Architecture: all
Replaces: python-pip
Provides: pip
Depends: ca-certificates, python3-distutils, python3-setuptools, python3-wheel, python3:any
Recommends: build-essential, python3-dev (>= 3.2)
Breaks: python-pip
Size: 1342344
SHA256: 740865119291d8b0d5d84e8385245cbb4714b88943d09ac5f281523a1882ce49
SHA1: 63b3642a7f8f194ea726db44d87a1e7d939e9acc
MD5sum: 2a36db5e3cc09d673450a3931ca775f4
Description: Python 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 3 version of the package.
Description-md5:
Homepage: https://pip.pypa.io/en/stable/
Section: python
Priority: optional
Filename: pool/main/p/python-pip/python3-pip_24.0+dfsg-1_all.deb