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

Last updated: October 04,2024

1. Install "python2-straight-plugin" package

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

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

2. Uninstall "python2-straight-plugin" package

Please follow the step by step instructions below to uninstall python2-straight-plugin on openSUSE Leap:

$ sudo zypper remove python2-straight-plugin

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

Information for package python2-straight-plugin:
------------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python2-straight-plugin
Version : 1.5.0-1.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 26,0 KiB
Installed : No
Status : not installed
Source package : python-straight-plugin-1.5.0-1.3.1.src
Summary : Python plugin loader
Description :
straight.plugin is a Python plugin loader inspired by twisted.plugin with two
important distinctions:
- Fewer dependencies
- Python 3 compatible
The system is used to allow multiple Python packages to provide plugins within
a namespace package, where other packages will locate and utilize. The plugins
themselves are modules in a namespace package where the namespace identifies
the plugins in it for some particular purpose or intent.