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

Last updated: May 19,2024

1. Install "python36-straight-plugin" package

This tutorial shows how to install python36-straight-plugin on openSuSE Tumbleweed

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

2. Uninstall "python36-straight-plugin" package

Please follow the steps below to uninstall python36-straight-plugin on openSuSE Tumbleweed:

$ sudo zypper remove python36-straight-plugin

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

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