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

Last updated: May 17,2024

1. Install "python-enum" package

Please follow the guidelines below to install python-enum on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-enum

2. Uninstall "python-enum" package

Here is a brief guide to show you how to uninstall python-enum on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-enum $ sudo apt autoclean && sudo apt autoremove

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

Package: python-enum
Priority: optional
Section: universe/python
Installed-Size: 42
Maintainer: Ubuntu Developers
Original-Maintainer: Federico Ceratto
Architecture: all
Version: 0.4.4-3
Depends: python (>= 2.7), python (<< 2.8)
Conflicts: python-enum34
Filename: pool/universe/p/python-enum/python-enum_0.4.4-3_all.deb
Size: 8734
MD5sum: c1dd414e0d21232f6e17df663403ade0
SHA1: 4e37c546435cd1bd7341601b9d8b61bc1a9b265d
SHA256: 88d3d7df39a59c0ff003fd252069fb039983a8282af0b6bb8b0492b8c77775dc
Description-en: robust enumerated type support in Python
An enumeration object is an immutable sequence object built from a sequence
of strings. Each value is also available as an attribute.
Such values are constant. Comparisons and enumeration are
supported.
Description-md5: d3a795276638eb20e879d249abd4a55f
Homepage: http://pypi.python.org/pypi/enum/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu