How to Install and Uninstall python39-straight-plugin Package on openSuSE Tumbleweed

Last updated: May 13,2024

1. Install "python39-straight-plugin" package

This guide let you learn how to install python39-straight-plugin on openSuSE Tumbleweed

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

2. Uninstall "python39-straight-plugin" package

Please follow the guidance below to uninstall python39-straight-plugin on openSuSE Tumbleweed:

$ sudo zypper remove python39-straight-plugin

3. Information about the python39-straight-plugin package on openSuSE Tumbleweed

Information for package python39-straight-plugin:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-straight-plugin
Version : 1.5.0-2.19
Arch : noarch
Vendor : openSUSE
Installed Size : 32.0 KiB
Installed : No
Status : not installed
Source package : python-straight-plugin-1.5.0-2.19.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.