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

Last updated: July 03,2024

1. Install "python36-kmod" package

Please follow the step by step instructions below to install python36-kmod on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-kmod

2. Uninstall "python36-kmod" package

Here is a brief guide to show you how to uninstall python36-kmod on openSuSE Tumbleweed:

$ sudo zypper remove python36-kmod

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

Information for package python36-kmod:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-kmod
Version : 0.9.1-3.8
Arch : x86_64
Vendor : openSUSE
Installed Size : 251,3 KiB
Installed : No
Status : not installed
Source package : python-kmod-0.9.1-3.8.src
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.