How to Install and Uninstall python-kmod.x86_64 Package on Amazon Linux 2

Last updated: July 05,2024

1. Install "python-kmod.x86_64" package

Please follow the guidance below to install python-kmod.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python-kmod.x86_64

2. Uninstall "python-kmod.x86_64" package

This guide covers the steps necessary to uninstall python-kmod.x86_64 on Amazon Linux 2:

$ sudo yum remove python-kmod.x86_64 $ sudo yum autoremove

3. Information about the python-kmod.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python-kmod
Arch : x86_64
Version : 0.9
Release : 4.amzn2.0.2
Size : 74 k
Repo : amzn2-core/2/x86_64
Summary : Python module to work with kernel modules
URL : https://github.com/agrover/python-kmod/
License : LGPLv2+
Description : Python module to allow listing, loading, and unloading
: Linux kernel modules, using libkmod.