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

Last updated: May 15,2024

1. Install "python36-crumbs" package

Learn how to install python36-crumbs on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-crumbs

2. Uninstall "python36-crumbs" package

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

$ sudo zypper remove python36-crumbs

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

Information for package python36-crumbs:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-crumbs
Version : 2.1.1-1.7
Arch : noarch
Vendor : openSUSE
Installed Size : 63,2 KiB
Installed : No
Status : not installed
Source package : python-crumbs-2.1.1-1.7.src
Summary : Generalized all-in-one parameters module
Description :
This package provides a single interface to environment variables',
configuration files', and command line arguments' provided values. The
dictionary-like interface makes interacting with these, most of the time
disparate, resources much simpler. It also allows parameters' values to be set
in any of the three sources and selects an appropriate value when a parameter's
value is specified in multiple sources. This way the most expected value,
according to the normal prcedence—command line arguments then configuration
files then environment variables, is always returned.