How to Install and Uninstall pypy-enum34 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "pypy-enum34" package

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

$ sudo apt update $ sudo apt install pypy-enum34

2. Uninstall "pypy-enum34" package

Learn how to uninstall pypy-enum34 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove pypy-enum34 $ sudo apt autoclean && sudo apt autoremove

3. Information about the pypy-enum34 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pypy-enum34
Priority: optional
Section: universe/python
Installed-Size: 238
Maintainer: Ubuntu Developers
Original-Maintainer: Barry Warsaw
Architecture: all
Source: enum34
Version: 1.1.2-1
Depends: pypy
Suggests: python-enum34-doc
Filename: pool/universe/e/enum34/pypy-enum34_1.1.2-1_all.deb
Size: 35940
MD5sum: 287ad2ec370948e730a1af850ff72a5c
SHA1: 28e86aaeeb16ab6aa2a3b44798782681c66439f2
SHA256: 56a94628dd60374ac50f884bd091a8b580219257d2edcfa4aecb5a90de11f4a4
Description-en: backport of Python 3.4's enum package (PyPy package)
PEP 435 adds an enumeration to Python 3.4. This module provides a
backport of that data type for older Python versions. It defines two
enumeration classes that can be used to define unit sets of names and
values: Enum and IntEnum.
.
This is the PyPy compatible package.
Description-md5: ca1c777b53fda9cfe76f990be44455b2
Homepage: https://pypi.python.org/pypi/enum34
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu