How to Install and Uninstall python3-importlib-resources Package on Kali Linux

Last updated: May 03,2024

1. Install "python3-importlib-resources" package

Learn how to install python3-importlib-resources on Kali Linux

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

2. Uninstall "python3-importlib-resources" package

Please follow the step by step instructions below to uninstall python3-importlib-resources on Kali Linux:

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

3. Information about the python3-importlib-resources package on Kali Linux

Package: python3-importlib-resources
Source: importlib-resources
Version: 6.0.1-1
Installed-Size: 129
Maintainer: Debian Python Team
Architecture: all
Depends: python3-zipp, python3:any
Size: 21700
SHA256: f702882bcf2493eab1972830148b23cc89cc538cd5b1fb87a4ea8573e53edbe0
SHA1: 7fa4b9ce4dda96c393df6305839a1cf375e65fe7
MD5sum: 30f44a3ce3b446a221893a58debf942e
Description: Read resources from Python packages
importlib_resources is a backport of Python standard library
importlib.resources module for older Pythons. Users of Python 3.9 and
beyond should use the standard library module, since for these versions,
importlib_resources just delegates to that module.
.
The key goal of this module is to replace parts of pkg_resources with a
solution in Python's stdlib that relies on well-defined APIs. This makes
reading resources included in packages easier, with more stable and
consistent semantics.
.
This library provides two very simple decorators that document the
publicness of the names in your module. They keep your module's __all__
in sync so you don't have to.
Description-md5:
Homepage: https://github.com/python/importlib_resources
Section: python
Priority: optional
Filename: pool/main/i/importlib-resources/python3-importlib-resources_6.0.1-1_all.deb