How to Install and Uninstall python3-apipkg Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-apipkg" package

Please follow the guidelines below to install python3-apipkg on Kali Linux

$ sudo apt update $ sudo apt install python3-apipkg

2. Uninstall "python3-apipkg" package

Please follow the instructions below to uninstall python3-apipkg on Kali Linux:

$ sudo apt remove python3-apipkg $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-apipkg package on Kali Linux

Package: python3-apipkg
Source: apipkg
Version: 3.0.1-2
Installed-Size: 43
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 10896
SHA256: ef32df148a600e7d4d0e1efe92469f1d61d3fb851b475b494ce7bfac79b9b183
SHA1: f37a140986926ca2e8d1ad620ca6a08db79b9d60
MD5sum: 00d444515a41b59f8ad23fe4f9715358
Description: namespace control and lazy-import mechanism for Python 3
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 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.
.
This package contains apipkg for Python 3.
Description-md5:
Homepage: https://github.com/pytest-dev/apipkg
Section: python
Priority: optional
Filename: pool/main/a/apipkg/python3-apipkg_3.0.1-2_all.deb