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

Last updated: November 26,2024

1. Install "python3-pypureomapi" package

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

$ sudo apt update $ sudo apt install python3-pypureomapi

2. Uninstall "python3-pypureomapi" package

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

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

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

Package: python3-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: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/pypureomapi/python3-pypureomapi_0.4-1_all.deb
Size: 13884
MD5sum: 325af359082861644280a2490468a83e
SHA1: 03dc6a5b6ef0a58665b2a56efde5ae49d73e389f
SHA256: 214daa227a5f5035a015404cec02f6509178065e0afbf8d1a50a760015b24f40
Description-en: ISC DHCP OMAPI protocol implementation in Python3
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 py3 version of the module.
Description-md5: 89e8558be423053d75fb967604cb0064
Homepage: https://github.com/CygnusNetworks/pypureomapi
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu