How to Install and Uninstall python-pkg-resources Package on Kali Linux

Last updated: May 18,2024

1. Install "python-pkg-resources" package

Here is a brief guide to show you how to install python-pkg-resources on Kali Linux

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

2. Uninstall "python-pkg-resources" package

Please follow the guidance below to uninstall python-pkg-resources on Kali Linux:

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

3. Information about the python-pkg-resources package on Kali Linux

Package: python-pkg-resources
Source: python-setuptools
Version: 44.1.1-1.2
Installed-Size: 555
Maintainer: Matthias Klose
Architecture: all
Depends: python2:any (<< 2.8), python2:any (>= 2.7~)
Suggests: python-setuptools
Size: 181728
SHA256: fa230b1a9d2f6f59506c5c982ec9845d7d9f69b02ebfb662c12f07d21505bffb
SHA1: da24a7451c8217faa6ecd32d61bb391902c498a8
MD5sum: 98b9500712fbfe52bba1d4c0f14baae4
Description: 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
Multi-Arch: foreign
Homepage: https://pypi.python.org/pypi/setuptools
Tag: devel::lang:python, devel::library, devel::runtime,
implemented-in::python, role::devel-lib, role::shared-lib
Section: python
Priority: optional
Filename: pool/main/p/python-setuptools/python-pkg-resources_44.1.1-1.2_all.deb