How to Install and Uninstall python311-apipkg Package on openSuSE Tumbleweed

Last updated: June 29,2024

1. Install "python311-apipkg" package

This guide let you learn how to install python311-apipkg on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-apipkg

2. Uninstall "python311-apipkg" package

Please follow the steps below to uninstall python311-apipkg on openSuSE Tumbleweed:

$ sudo zypper remove python311-apipkg

3. Information about the python311-apipkg package on openSuSE Tumbleweed

Information for package python311-apipkg:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-apipkg
Version : 3.0.2-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 37.0 KiB
Installed : No
Status : not installed
Source package : python-apipkg-3.0.2-1.4.src
Upstream URL : https://github.com/pytest-dev/apipkg/
Summary : Namespace control and lazy-import mechanism
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 co-operates well with Python's help() system,
custom importers (PEP302) and common command line completion tools.
Usage is very simple: you can require 'apipkg' as a dependency or you
can copy paste the ~200 lines of code into your project.

5. The same packages on other Linux Distributions