How to Install and Uninstall python310-kmod Package on openSuSE Tumbleweed
Last updated: November 08,2024
1. Install "python310-kmod" package
This guide covers the steps necessary to install python310-kmod on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python310-kmod
Copied
2. Uninstall "python310-kmod" package
Please follow the instructions below to uninstall python310-kmod on openSuSE Tumbleweed:
$
sudo zypper remove
python310-kmod
Copied
3. Information about the python310-kmod package on openSuSE Tumbleweed
Information for package python310-kmod:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-kmod
Version : 0.9.1-4.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 248.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.
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-kmod
Version : 0.9.1-4.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 248.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.