How to Install and Uninstall python3-pkg-resources Package on Ubuntu 21.10 (Impish Indri)

Last updated: September 20,2024

1. Install "python3-pkg-resources" package

Please follow the instructions below to install python3-pkg-resources on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "python3-pkg-resources" package

Please follow the instructions below to uninstall python3-pkg-resources on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-pkg-resources package on Ubuntu 21.10 (Impish Indri)

Package: python3-pkg-resources
Architecture: all
Version: 52.0.0-4
Multi-Arch: foreign
Priority: important
Section: python
Source: setuptools
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Matthias Klose
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 569
Depends: python3:any
Suggests: python3-setuptools
Filename: pool/main/s/setuptools/python3-pkg-resources_52.0.0-4_all.deb
Size: 129056
MD5sum: c68f918c435be01f71dfeaf766654dcc
SHA1: 17773767e34dd9bb6a185f8b9b4b7de8dd56f707
SHA256: 31c68a1404bf676a12fb72dba36e42c7d3937f19589ad411855dc8fe58516d76
SHA512: a512f7d002b261c12af7b100bb0faeb542acc1e443c25aa60f38b2b35b3d45cb1b82731737dddaed72f2420a2e60203c8b56faeaa929a21d1f56b76752c12eb8
Homepage: https://pypi.python.org/pypi/setuptools
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
Task: minimal, server-minimal