How to Install and Uninstall python39-kmod Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "python39-kmod" package

This guide let you learn how to install python39-kmod on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-kmod

2. Uninstall "python39-kmod" package

Please follow the guidance below to uninstall python39-kmod on openSuSE Tumbleweed:

$ sudo zypper remove python39-kmod

3. Information about the python39-kmod package on openSuSE Tumbleweed

Information for package python39-kmod:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-kmod
Version : 0.9.1-4.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 244.7 KiB
Installed : No
Status : not installed
Source package : python-kmod-0.9.1-4.4.src
Upstream URL : https://github.com/agrover/python-kmod
Summary : Python module to work with kernel modules
Description :
Python bindings for kmod/libkmod
kmod is a set of tools to handle common tasks with Linux kernel modules like
insert, remove, list, check properties, resolve dependencies and aliases.
These tools are designed on top of libkmod, a library that is shipped with
kmod. It can be found at:
http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary
python-kmod is a Python wrapper module for libkmod, exposing common module
operations: listing installed modules, modprobe, and rmmod.