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

Last updated: May 15,2024

1. Install "python312-kmod" package

This is a short guide on how to install python312-kmod on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-kmod

2. Uninstall "python312-kmod" package

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

$ sudo zypper remove python312-kmod

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

Information for package python312-kmod:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-kmod
Version : 0.9.1-4.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 252.9 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.