How to Install and Uninstall python36-plaster Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "python36-plaster" package

Please follow the instructions below to install python36-plaster on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-plaster

2. Uninstall "python36-plaster" package

In this section, we are going to explain the necessary steps to uninstall python36-plaster on openSuSE Tumbleweed:

$ sudo zypper remove python36-plaster

3. Information about the python36-plaster package on openSuSE Tumbleweed

Information for package python36-plaster:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-plaster
Version : 1.0-2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 57,6 KiB
Installed : No
Status : not installed
Source package : python-plaster-1.0-2.11.src
Summary : A loader interface around multiple config file formats
Description :
Plaster is a loader interface around multiple config file formats.
It exists to define a common API for applications to use when they
wish to load a 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 pluggable loader which can be registered via an
entrypoint.