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

Last updated: July 03,2024

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

Please follow the step by step instructions below to install python3-straight-plugin.noarch on Oracle Linux 8

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

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

Please follow the guidelines below to uninstall python3-straight-plugin.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 1:11:43 ago on Mon Sep 12 02:51:38 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.