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

Last updated: June 03,2024

1. Install "python3-plugnplay.noarch" package

This is a short guide on how to install python3-plugnplay.noarch on Fedora 38

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

2. Uninstall "python3-plugnplay.noarch" package

Please follow the guidance below to uninstall python3-plugnplay.noarch on Fedora 38:

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

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

Last metadata expiration check: 0:03:46 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-plugnplay
Version : 0.5.4
Release : 10.fc38
Architecture : noarch
Size : 25 k
Source : python-plugnplay-0.5.4-10.fc38.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.