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

Last updated: September 28,2024

1. Install "python3-plugnplay.noarch" package

This guide covers the steps necessary to install python3-plugnplay.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python3-plugnplay.noarch

2. Uninstall "python3-plugnplay.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-plugnplay.noarch on Oracle Linux 8:

$ sudo dnf remove python3-plugnplay.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 4:55:32 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-plugnplay
Version : 0.5.4
Release : 1.el8
Architecture : noarch
Size : 23 k
Source : python-plugnplay-0.5.4-1.el8.src.rpm
Repository : epel
Summary : A generic plug-in system for Python
URL : http://github.com/daltonmatos/plugnplay
License : BSD
Description : Plug n' PLay (PnP) is a Generic plug-in system inspired by Trac's internal
: component management. With PnP you can turn any program into a pluggable
: software very easily. You just have to define the Interfaces and let others
: implement them.