How to Install and Uninstall python3-straight-plugin.noarch Package on CentOS Stream 8

Last updated: June 02,2024

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

This tutorial shows how to install python3-straight-plugin.noarch on CentOS Stream 8

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

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

This guide covers the steps necessary to uninstall python3-straight-plugin.noarch on CentOS Stream 8:

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

3. Information about the python3-straight-plugin.noarch package on CentOS Stream 8

Last metadata expiration check: 6:03:46 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-straight-plugin
Version : 1.5.0
Release : 10.el8
Architecture : noarch
Size : 20 k
Source : python-straight-plugin-1.5.0-10.el8.src.rpm
Repository : epel
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.