How to Install and Uninstall python3-apipkg.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-apipkg.noarch" package

Please follow the instructions below to install python3-apipkg.noarch on Fedora 34

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

2. Uninstall "python3-apipkg.noarch" package

Here is a brief guide to show you how to uninstall python3-apipkg.noarch on Fedora 34:

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

3. Information about the python3-apipkg.noarch package on Fedora 34

Last metadata expiration check: 2:20:43 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-apipkg
Version : 1.5
Release : 12.fc34
Architecture : noarch
Size : 20 k
Source : python-apipkg-1.5-12.fc34.src.rpm
Repository : fedora
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 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.