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

Last updated: May 19,2024

1. Install "python-kmodpy" package

This tutorial shows how to install python-kmodpy on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-kmodpy

2. Uninstall "python-kmodpy" package

This guide covers the steps necessary to uninstall python-kmodpy on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-kmodpy
Priority: optional
Section: universe/python
Installed-Size: 76
Maintainer: Ubuntu Developers
Original-Maintainer: Chrysostomos Nanakos
Architecture: amd64
Source: kmodpy
Version: 0.1.10-2
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), libkmod2 (>= 18-1)
Filename: pool/universe/k/kmodpy/python-kmodpy_0.1.10-2_amd64.deb
Size: 8484
MD5sum: 14d634ebb8a63d74812fe2c220801f6d
SHA1: 8461d24534958baba46efca59bf53a35c5147702
SHA256: 6fff9cd00c5506c93ec77f341fb24599d517b9b3e22af3f33e59be4eefd26419
Description-en: Python binding for kmod
The libkmod2 is a library that provides an API for insertion, removal,
configuration and listing of kernel modules.
.
kmodpy is a Python ctypes wrapper module for libkmod, exposing common module
operations: listing installed modules, modprobe, modinfo, show_depends and
rmmod.
Description-md5: 45cdf5dd4430c4b5233869b474799534
Multi-Arch: same
Homepage: https://github.com/cnanakos/kmodpy
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu