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

Last updated: July 03,2024

1. Install "python-pypureomapi" package

Please follow the guidelines below to install python-pypureomapi on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pypureomapi

2. Uninstall "python-pypureomapi" package

Here is a brief guide to show you how to uninstall python-pypureomapi on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-pypureomapi
Priority: extra
Section: universe/python
Installed-Size: 74
Maintainer: Ubuntu Developers
Original-Maintainer: Dr. Torge Szczepanek
Architecture: all
Source: pypureomapi
Version: 0.4-1
Depends: python (>= 2.7), python (<< 2.8)
Filename: pool/universe/p/pypureomapi/python-pypureomapi_0.4-1_all.deb
Size: 13796
MD5sum: 929ee06f08dcff3fa699fb8340cd8adf
SHA1: 8b04c0329dae4e753d6fe2c79a0443ee1f329b65
SHA256: 9cb84b55847d8c24dfb315e7c678ce6b2d1eb34df4ff9c0f7cfd40aaa48b8dbf
Description-en: ISC DHCP OMAPI protocol implementation in Python2
This module grew out of frustration about pyomapi and later pyomapic. The
extension modules mentioned can be used to query the ISC DHCP server for
information about leases. pyomapic does this job using swig and the static
library provided with ISC DHCP. It leaks and has basically no error checking.
Adding error checking later turned out to be a maintenance hell with swig, so
a pure Python implementation for omapi, pypureomapi was born. It can mostly
be used as a drop-in replacement for pyomapic.
This is the py2 version of the module.
Description-md5: 10cced6ff9b98808ab716eaebc535235
Homepage: https://github.com/CygnusNetworks/pypureomapi
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu