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

Last updated: May 17,2024

1. Install "pypy-pkg-resources" package

In this section, we are going to explain the necessary steps to install pypy-pkg-resources on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pypy-pkg-resources

2. Uninstall "pypy-pkg-resources" package

In this section, we are going to explain the necessary steps to uninstall pypy-pkg-resources on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove pypy-pkg-resources $ sudo apt autoclean && sudo apt autoremove

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

Package: pypy-pkg-resources
Priority: optional
Section: universe/python
Installed-Size: 412
Maintainer: Ubuntu Developers
Original-Maintainer: Matthias Klose
Architecture: all
Source: python-setuptools
Version: 20.7.0-1
Depends: pypy
Suggests: pypy-setuptools
Filename: pool/universe/p/python-setuptools/pypy-pkg-resources_20.7.0-1_all.deb
Size: 79028
MD5sum: 7f13c45b0b98e51580c13d5db8bcd4c6
SHA1: 1a9fe3d5d04cca6f1e922b2d3f5998ab3fd80d9b
SHA256: 369461b9e0ef7fa95b647dbdf0c4db3feaadf5ecbaf6fd7666a6201884a88ddf
Description-en: Package Discovery and Resource Access using pkg_resources
The pkg_resources module provides an API for Python libraries to
access their resource files, and for extensible applications and
frameworks to automatically discover plugins. It also provides
runtime support for using C extensions that are inside zipfile-format
eggs, support for merging packages that have separately-distributed
modules or subpackages, and APIs for managing Python's current
"working set" of active packages.
Description-md5: 455aab7092c23bbca0a002df43ba97e4
Homepage: https://pypi.python.org/pypi/setuptools
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu