How to Install and Uninstall python3-plaster.noarch Package on Fedora 36

Last updated: May 19,2024

1. Install "python3-plaster.noarch" package

Please follow the step by step instructions below to install python3-plaster.noarch on Fedora 36

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

2. Uninstall "python3-plaster.noarch" package

This guide let you learn how to uninstall python3-plaster.noarch on Fedora 36:

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

3. Information about the python3-plaster.noarch package on Fedora 36

Last metadata expiration check: 4:34:27 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-plaster
Version : 1.0
Release : 4.fc36
Architecture : noarch
Size : 25 k
Source : python-plaster-1.0-4.fc36.src.rpm
Repository : fedora
Summary : Application configuration settings abstraction layer
URL : https://github.com/Pylons/plaster
License : MIT
Description : plaster is a loader interface around multiple
: configuration file formats. It exists to define a common API for
: applications to use when they wish to load configuration. The library
: itself does not aim to handle anything except a basic API that
: applications may use to find and load configuration settings. Any
: specific constraints should be implemented in a loader which can be
: registered via an entry point.