How to Install and Uninstall python3-apipkg Package on openSUSE Leap

Last updated: December 23,2024

1. Install "python3-apipkg" package

Here is a brief guide to show you how to install python3-apipkg on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-apipkg

2. Uninstall "python3-apipkg" package

In this section, we are going to explain the necessary steps to uninstall python3-apipkg on openSUSE Leap:

$ sudo zypper remove python3-apipkg

3. Information about the python3-apipkg package on openSUSE Leap

Information for package python3-apipkg:
---------------------------------------
Repository : Main Repository
Name : python3-apipkg
Version : 2.1.0-150500.1.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 39.7 KiB
Installed : No
Status : not installed
Source package : python3-apipkg-2.1.0-150500.1.1.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.