How to Install and Uninstall python3-straight-plugin.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "python3-straight-plugin.noarch" package

Please follow the guidelines below to install python3-straight-plugin.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-straight-plugin.noarch

2. Uninstall "python3-straight-plugin.noarch" package

Learn how to uninstall python3-straight-plugin.noarch on Fedora 36:

$ sudo dnf remove python3-straight-plugin.noarch $ sudo dnf autoremove

3. Information about the python3-straight-plugin.noarch package on Fedora 36

Last metadata expiration check: 4:33:50 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-straight-plugin
Version : 1.5.0
Release : 17.fc36
Architecture : noarch
Size : 17 k
Source : python-straight-plugin-1.5.0-17.fc36.src.rpm
Repository : fedora
Summary : Python plugin loader
URL : https://github.com/ironfroggy/straight.plugin/
License : BSD
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.