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

Last updated: May 09,2024

1. Install "python3-installer" package

This guide let you learn how to install python3-installer on Kali Linux

$ sudo apt update $ sudo apt install python3-installer

2. Uninstall "python3-installer" package

Here is a brief guide to show you how to uninstall python3-installer on Kali Linux:

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

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

Package: python3-installer
Source: python-installer
Version: 0.7.0+dfsg1-2
Installed-Size: 77
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Suggests: python-installer-doc
Size: 19088
SHA256: 79ae5d3eb34bdea936b876443a4c0dd244366f0d6468820bccdfed136c365c07
SHA1: 2b836b3a18e3adc3a317ce16effae8def2c52d3b
MD5sum: 022495d50f3c4ad86529c6c236e05cbe
Description: Python library for unpacking and installing wheels
"installer" is a low-level library for installing a Python package from a
wheel distribution; the wheel is the basic unit of Python module
distribution to end users. It provides basic functionality and abstractions
for handling wheels and installing packages from wheels, including:
.
* Logic for "unpacking" a wheel (i.e. installation).
* Abstractions for various parts of the unpacking process.
* Extensible simple implementations of the abstractions.
* Platform-independent Python script wrapper generation.
Description-md5:
Homepage: https://github.com/pypa/installer/
Section: python
Priority: optional
Filename: pool/main/p/python-installer/python3-installer_0.7.0+dfsg1-2_all.deb