How to Install and Uninstall python-distutils-extra Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 06,2024

1. Install "python-distutils-extra" package

Please follow the steps below to install python-distutils-extra on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-distutils-extra" package

Please follow the instructions below to uninstall python-distutils-extra on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-distutils-extra package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-distutils-extra
Priority: optional
Section: universe/python
Installed-Size: 102
Maintainer: Martin Pitt
Original-Maintainer: Martin Pitt
Architecture: all
Version: 2.39-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), intltool
Suggests: devscripts
Filename: pool/universe/p/python-distutils-extra/python-distutils-extra_2.39-1_all.deb
Size: 21044
MD5sum: 34bf57f005bb39f22f90c20f44f5f212
SHA1: 0ea74cc2ef15e33e5025d7c87cbd1a86d5e62873
SHA256: 313f9ce3e2fa7078a2ebbe5bb7cbb1603e2ad7c00fe0cdbe59f92c1a1e7afc66
Description-en: enhancements to the Python 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: cd0bab3114e0d4fcaed1d2a8bac3b411
Python-Version: 2.7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu