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

Last updated: May 18,2024

1. Install "python3-importlib-resources" package

This guide covers the steps necessary to install python3-importlib-resources on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "python3-importlib-resources" package

Learn how to uninstall python3-importlib-resources on Ubuntu 21.10 (Impish Indri):

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

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

Package: python3-importlib-resources
Architecture: all
Version: 5.1.2-1
Priority: optional
Section: universe/python
Source: importlib-resources
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 100
Depends: python3-zipp, python3:any
Filename: pool/universe/i/importlib-resources/python3-importlib-resources_5.1.2-1_all.deb
Size: 16124
MD5sum: a320fd19a1c62635194e05bfbe222ca9
SHA1: e8539d4fe4d8460381809fee966ee6e80d1480c8
SHA256: 691724db7c94934e35dae2253ad3c929734914157bc79c270b0cc754f5109191
SHA512: 03ec0821b8e62069a273c1acf727ff2940bb3fee6528eadc04ced2bfc2f9c382619cb029449a18e146a31c34eaf7ecf964e71b814282ae433c118edac8e7e51a
Homepage: https://github.com/python/importlib_resources
Description-en: 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: ebc2f1c0dc06549c55a10ba6c25813bf