How to Install and Uninstall python3-apipkg.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "python3-apipkg.noarch" package

Learn how to install python3-apipkg.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-apipkg.noarch

2. Uninstall "python3-apipkg.noarch" package

Please follow the guidelines below to uninstall python3-apipkg.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-apipkg.noarch $ sudo dnf autoremove

3. Information about the python3-apipkg.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:20:12 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-apipkg
Version : 2.1.1
Release : 1.el9
Architecture : noarch
Size : 21 k
Source : python-apipkg-2.1.1-1.el9.src.rpm
Repository : epel
Summary : A Python namespace control and lazy-import mechanism
URL : https://github.com/pytest-dev/apipkg
License : MIT
Description : With apipkg you can control the exported namespace of a Python package and
: greatly reduce the number of imports for your users. It is a small pure Python
: module that works on CPython 2.7 and 3.4+, Jython and PyPy. It cooperates well
: with Python's help() system, custom importers (PEP302) and common command-line
: completion tools.