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

Last updated: May 18,2024

1. Install "python3-uncertainties" package

This tutorial shows how to install python3-uncertainties on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-uncertainties

2. Uninstall "python3-uncertainties" package

Please follow the guidance below to uninstall python3-uncertainties on openSUSE Leap:

$ sudo zypper remove python3-uncertainties

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

Information for package python3-uncertainties:
----------------------------------------------
Repository : Main Repository
Name : python3-uncertainties
Version : 3.1.2-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 652.8 KiB
Installed : No
Status : not installed
Source package : python-uncertainties-3.1.2-bp155.2.12.src
Upstream URL : https://github.com/lebigot/uncertainties/
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.