How to Install and Uninstall python3-plugnplay.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-plugnplay.noarch" package

Please follow the instructions below to install python3-plugnplay.noarch on Fedora 34

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

2. Uninstall "python3-plugnplay.noarch" package

Here is a brief guide to show you how to uninstall python3-plugnplay.noarch on Fedora 34:

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

3. Information about the python3-plugnplay.noarch package on Fedora 34

Last metadata expiration check: 2:20:21 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-plugnplay
Version : 0.5.4
Release : 4.fc34
Architecture : noarch
Size : 23 k
Source : python-plugnplay-0.5.4-4.fc34.src.rpm
Repository : fedora
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.