How to Install and Uninstall python-apipkg Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 03,2024

1. Install "python-apipkg" package

This is a short guide on how to install python-apipkg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-apipkg

2. Uninstall "python-apipkg" package

Please follow the step by step instructions below to uninstall python-apipkg on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-apipkg package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-apipkg
Priority: optional
Section: universe/python
Installed-Size: 54
Maintainer: Ubuntu Developers
Original-Maintainer: Adam Schmalhofer
Architecture: all
Source: apipkg
Version: 1.0-1.1build1
Provides: python2.7-apipkg
Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8)
Filename: pool/universe/a/apipkg/python-apipkg_1.0-1.1build1_all.deb
Size: 6622
MD5sum: ac71c61c9d6499fb1a97aa23221afabf
SHA1: 9799e190b31737560b8312172bcfcba32ea8bcc2
SHA256: 4d02f9f8cea3b4bba4f2ee55798c0f7c5746165aa09fcc4860c27bd7025e23e3
Description-en: namespace control and lazy-import mechanism for Python
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.
Description-md5: bd936971feb0197a2f6bcc08e6e63b7d
Homepage: http://pypi.python.org/pypi/apipkg
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu