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

Last updated: June 05,2024

1. Install "python310-crumbs" package

Please follow the guidelines below to install python310-crumbs on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-crumbs

2. Uninstall "python310-crumbs" package

This guide let you learn how to uninstall python310-crumbs on openSuSE Tumbleweed:

$ sudo zypper remove python310-crumbs

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

Information for package python310-crumbs:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-crumbs
Version : 2.1.1-1.20
Arch : noarch
Vendor : openSUSE
Installed Size : 45.1 KiB
Installed : No
Status : not installed
Source package : python-crumbs-2.1.1-1.20.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.