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

Last updated: May 13,2024

1. Install "python3-distutils-extra" package

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

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

2. Uninstall "python3-distutils-extra" package

Learn how to uninstall python3-distutils-extra on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-distutils-extra
Priority: optional
Section: universe/python
Installed-Size: 77
Maintainer: Martin Pitt
Original-Maintainer: Martin Pitt
Architecture: all
Source: python-distutils-extra
Version: 2.39-1
Depends: python3:any (>= 3.3.2-2~), intltool
Suggests: devscripts
Filename: pool/universe/p/python-distutils-extra/python3-distutils-extra_2.39-1_all.deb
Size: 15044
MD5sum: 36add7021774786836e1aa94e210977f
SHA1: 5e43e7ff292c853ac40ef520d8364b0dad62e6cc
SHA256: c609d682f57ec776a24bac6547e43f6e5c5a1d3b6d46a7e4cb9f94223ef66cd2
Description-en: 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: bd9e232ec557429c1c7dd0062eaa54e1
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu