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

Last updated: September 28,2024

1. Install "python3-crumbs" package

Please follow the steps below to install python3-crumbs on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-crumbs

2. Uninstall "python3-crumbs" package

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

$ sudo zypper remove python3-crumbs

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

Information for package python3-crumbs:
---------------------------------------
Repository : Main Repository
Name : python3-crumbs
Version : 2.1.0-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 63.7 KiB
Installed : No
Status : not installed
Source package : python-crumbs-2.1.0-bp155.2.10.src
Upstream URL : https://github.com/alunduil/crumbs
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.