How to Install and Uninstall python38-zypp-plugin Package on openSuSE Tumbleweed

Last updated: May 21,2024

1. Install "python38-zypp-plugin" package

Please follow the guidance below to install python38-zypp-plugin on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-zypp-plugin

2. Uninstall "python38-zypp-plugin" package

Please follow the instructions below to uninstall python38-zypp-plugin on openSuSE Tumbleweed:

$ sudo zypper remove python38-zypp-plugin

3. Information about the python38-zypp-plugin package on openSuSE Tumbleweed

Information for package python38-zypp-plugin:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-zypp-plugin
Version : 0.6.3-4.7
Arch : noarch
Vendor : openSUSE
Installed Size : 9,5 KiB
Installed : No
Status : not installed
Source package : zypp-plugin-0.6.3-4.7.src
Summary : Helper that makes writing ZYpp plugins easier
Description :
This API allows writing ZYpp plugins by just subclassing from a python class
and implementing the commands you want to respond to as python methods.