How to Install and Uninstall python3-straight-plugin.noarch Package on Rocky Linux 8

Last updated: September 20,2024

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

In this section, we are going to explain the necessary steps to install python3-straight-plugin.noarch on Rocky Linux 8

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

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

This guide let you learn how to uninstall python3-straight-plugin.noarch on Rocky Linux 8:

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

3. Information about the python3-straight-plugin.noarch package on Rocky Linux 8

Last metadata expiration check: 0:29:15 ago on Mon Sep 12 10:27:18 2022.
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.