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

Last updated: September 19,2024

1. Install "python3-plugnplay.noarch" package

Please follow the steps below to install python3-plugnplay.noarch on Rocky Linux 8

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

2. Uninstall "python3-plugnplay.noarch" package

This tutorial shows how to uninstall python3-plugnplay.noarch on Rocky Linux 8:

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

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

Last metadata expiration check: 1:19:21 ago on Mon Sep 12 10:27:18 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.