How to Install and Uninstall python3-distutils-extra Package on Kali Linux

Last updated: May 14,2024

1. Install "python3-distutils-extra" package

Please follow the instructions below to install python3-distutils-extra on Kali Linux

$ sudo apt update $ sudo apt install python3-distutils-extra

2. Uninstall "python3-distutils-extra" package

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

$ sudo apt remove python3-distutils-extra $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-distutils-extra package on Kali Linux

Package: python3-distutils-extra
Source: python-distutils-extra
Version: 3.0
Installed-Size: 97
Maintainer: Debian Python Team
Architecture: all
Replaces: python-distutils-extra (<< 2.44)
Depends: intltool, python3-pkg-resources, python3-setuptools (>= 54.0.0~), python3:any
Suggests: devscripts
Breaks: python-distutils-extra (<< 2.44)
Size: 21832
SHA256: 3ac2c82e0b0c5f863708bb0d66dda3ea548c39cba5d06ea66072b624df32cc99
SHA1: ca1dcb378fc5053c7e6469ffc424323fd2e5377d
MD5sum: 02f1b05c32f41040b98521a49a45b2f2
Description: enhancements to the Python3 build system
This package provides additional functions to Python's distutils and
setuptools. It allows you to easily integrate gettext, icons and GNOME
documentation into your build and installation process.
.
It also provides an "auto" module which provides a "do what I mean" automatic
build system; if you stick to the conventions, you do not need to write
setup.cfg, POTFILES.in, or MANIFEST.in, and setup.py just needs to have the
package metadata (such as project name and version).
Description-md5:
Multi-Arch: foreign
Section: python
Priority: optional
Filename: pool/main/p/python-distutils-extra/python3-distutils-extra_3.0_all.deb