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

Last updated: January 16,2025

1. Install "python3-plugnplay.noarch" package

Please follow the step by step instructions below to install python3-plugnplay.noarch on Fedora 39

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

2. Uninstall "python3-plugnplay.noarch" package

This guide let you learn how to uninstall python3-plugnplay.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:57:50 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-plugnplay
Version : 0.5.4
Release : 12.fc39
Architecture : noarch
Size : 24 k
Source : python-plugnplay-0.5.4-12.fc39.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.