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

Last updated: June 29,2024

1. Install "python2-uncertainties" package

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

$ sudo zypper refresh $ sudo zypper install python2-uncertainties

2. Uninstall "python2-uncertainties" package

Please follow the steps below to uninstall python2-uncertainties on openSUSE Leap:

$ sudo zypper remove python2-uncertainties

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

Information for package python2-uncertainties:
----------------------------------------------
Repository : Main Repository
Name : python2-uncertainties
Version : 3.1.2-bp153.1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 583,7 KiB
Installed : No
Status : not installed
Source package : python-uncertainties-3.1.2-bp153.1.16.src
Summary : Uncertainties on the Quantities Involved (aka "Error Propagation")
Description :
"uncertainties" allows calculations such as (2±0.1)*2 = 4±0.2 to be
performed transparently. Much more complex mathematical expressions
involving numbers with uncertainties can also be evaluated directly.