How to Install and Uninstall python-wheel-common Package on Kali Linux

Last updated: May 13,2024

1. Install "python-wheel-common" package

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

$ sudo apt update $ sudo apt install python-wheel-common

2. Uninstall "python-wheel-common" package

Please follow the guidance below to uninstall python-wheel-common on Kali Linux:

$ sudo apt remove python-wheel-common $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-wheel-common package on Kali Linux

Package: python-wheel-common
Source: wheel
Version: 0.42.0-1
Installed-Size: 19
Maintainer: Debian Python Team
Architecture: all
Depends: python3, python3-wheel
Size: 6256
SHA256: a2aa555130df5f4ce2d2ed4cab2c2d6405dd36b584c6ca8eac200cdeeb4fb342
SHA1: 271a9538944b910298aeb67e4a8b8ff031981374
MD5sum: 8ca24a569a1459e9cc2997241b74baed
Description: built-package format for Python (command-line scripts)
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`.
.
These are the command line scripts and manpages.
Description-md5:
Homepage: https://github.com/pypa/wheel
Section: python
Priority: optional
Filename: pool/main/w/wheel/python-wheel-common_0.42.0-1_all.deb