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

Last updated: October 04,2024

1. Install "python3-straight-plugin" package

Please follow the steps below to install python3-straight-plugin on openSUSE Leap

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

2. Uninstall "python3-straight-plugin" package

Here is a brief guide to show you how to uninstall python3-straight-plugin on openSUSE Leap:

$ sudo zypper remove python3-straight-plugin

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

Information for package python3-straight-plugin:
------------------------------------------------
Repository : Main Repository
Name : python3-straight-plugin
Version : 1.5.0-1.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 31.9 KiB
Installed : No
Status : not installed
Source package : python-straight-plugin-1.5.0-1.3.1.src
Upstream URL : https://github.com/ironfroggy/straight.plugin/
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.