How to Install and Uninstall python3-apipkg.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: November 27,2024
1. Install "python3-apipkg.noarch" package
Please follow the guidance below to install python3-apipkg.noarch on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
python3-apipkg.noarch
Copied
2. Uninstall "python3-apipkg.noarch" package
Please follow the steps below to uninstall python3-apipkg.noarch on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
python3-apipkg.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-apipkg.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 1:00:08 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-apipkg
Version : 1.5
Release : 6.el8
Architecture : noarch
Size : 21 k
Source : python-apipkg-1.5-6.el8.src.rpm
Repository : epel
Summary : A Python namespace control and lazy-import mechanism
URL : https://pypi.org/project/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 python
: module that works on virtually all Python versions, including CPython2.3 to
: Python3.1, Jython and PyPy. It co-operates well with Python's help() system,
: custom importers (PEP302) and common command line completion tools.
Available Packages
Name : python3-apipkg
Version : 1.5
Release : 6.el8
Architecture : noarch
Size : 21 k
Source : python-apipkg-1.5-6.el8.src.rpm
Repository : epel
Summary : A Python namespace control and lazy-import mechanism
URL : https://pypi.org/project/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 python
: module that works on virtually all Python versions, including CPython2.3 to
: Python3.1, Jython and PyPy. It co-operates well with Python's help() system,
: custom importers (PEP302) and common command line completion tools.