How to Install and Uninstall pipx Package on Kali Linux

Last updated: April 20,2024

1. Install "pipx" package

Please follow the guidelines below to install pipx on Kali Linux

$ sudo apt update $ sudo apt install pipx

2. Uninstall "pipx" package

This is a short guide on how to uninstall pipx on Kali Linux:

$ sudo apt remove pipx $ sudo apt autoclean && sudo apt autoremove

3. Information about the pipx package on Kali Linux

Package: pipx
Source: python-pipx
Version: 1.4.3-1
Installed-Size: 3324
Maintainer: Debian Python Team
Architecture: all
Depends: python3-venv, python3-argcomplete, python3-packaging, python3-platformdirs (>= 2.1), python3-tomli | python3-supported-min (>= 3.11), python3-userpath, python3:any
Size: 789544
SHA256: 3e09f804c76f4305cefbd4bad7aa03ba334cf49a6d0e9f15ce8d32f900cdf673
SHA1: 038df8d77cb018970d113266194a39c2d7d267d9
MD5sum: b1a1f83fb3604c03d7ca97ac649e9c9d
Description: execute binaries from Python packages in isolated environments
pipx allows you to...
.
* Run the latest version of a CLI application from a package
in a temporary virtual environment,
leaving your system untouched after it finishes.
* Install packages to isolated virtual environments,
while globally exposing their CLI applications
so you can run them from anywhere.
* Easily list, upgrade, and uninstall packages
that were installed with pipx.
.
pipx runs with regular user permissions,
never calling "sudo pip install".
Description-md5:
Homepage: https://github.com/pypa/pipx
Section: python
Priority: optional
Filename: pool/main/p/python-pipx/pipx_1.4.3-1_all.deb