How to Install and Uninstall python2-crumbs Package on openSUSE Leap

Last updated: April 29,2024

1. Install "python2-crumbs" package

Please follow the guidelines below to install python2-crumbs on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-crumbs

2. Uninstall "python2-crumbs" package

Here is a brief guide to show you how to uninstall python2-crumbs on openSUSE Leap:

$ sudo zypper remove python2-crumbs

3. Information about the python2-crumbs package on openSUSE Leap

Information for package python2-crumbs:
---------------------------------------
Repository : Main Repository
Name : python2-crumbs
Version : 2.1.0-bp153.1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 47,4 KiB
Installed : No
Status : not installed
Source package : python-crumbs-2.1.0-bp153.1.14.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.