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

Last updated: May 06,2024

1. Install "python3-wheel" package

Please follow the step by step instructions below to install python3-wheel on Kali Linux

$ sudo apt update $ sudo apt install python3-wheel

2. Uninstall "python3-wheel" package

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

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

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

Package: python3-wheel
Source: wheel
Version: 0.42.0-1
Installed-Size: 238
Maintainer: Debian Python Team
Architecture: all
Depends: python3-distutils, python3:any
Suggests: python3-setuptools
Size: 52100
SHA256: ecf7290210bf61b9e6ceb5e5f34e1d60f4004a01144e81f23f62872abd6c6d72
SHA1: 78c3fd616e34212d918b36e7db2dd6640bf5f5e8
MD5sum: 219a79861e50f2206e72e7eab05959d9
Description: built-package format for Python
A wheel is a ZIP-format archive with a specially formatted filename and the
`.whl` extension. It is designed to contain all the files for a PEP 376
compatible install in a way that is very close to the on-disk format.
.
The wheel project provides a `bdist_wheel` command for setuptools. Wheel
files can be installed with `pip`.
.
This is the Python 3 compatible package.
Description-md5:
Homepage: https://github.com/pypa/wheel
Section: python
Priority: optional
Filename: pool/main/w/wheel/python3-wheel_0.42.0-1_all.deb