How to Install and Uninstall python2-zypp-plugin Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python2-zypp-plugin" package

This guide let you learn how to install python2-zypp-plugin on openSUSE Leap

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

2. Uninstall "python2-zypp-plugin" package

Please follow the instructions below to uninstall python2-zypp-plugin on openSUSE Leap:

$ sudo zypper remove python2-zypp-plugin

3. Information about the python2-zypp-plugin package on openSUSE Leap

Information for package python2-zypp-plugin:
--------------------------------------------
Repository : Main Repository
Name : python2-zypp-plugin
Version : 0.6.3-2.18
Arch : noarch
Vendor : SUSE LLC
Installed Size : 15,0 KiB
Installed : No
Status : not installed
Source package : zypp-plugin-0.6.3-2.18.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.