How to Install and Uninstall python3-uncertainties Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "python3-uncertainties" package

This guide let you learn how to install python3-uncertainties on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-uncertainties

2. Uninstall "python3-uncertainties" package

This guide covers the steps necessary to uninstall python3-uncertainties on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-uncertainties $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-uncertainties package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-uncertainties
Priority: optional
Section: universe/python
Installed-Size: 667
Maintainer: Ubuntu Developers
Original-Maintainer: David Paleino
Architecture: all
Source: uncertainties
Version: 2.4.4-1
Depends: python3:any (>= 3.3.2-2~)
Recommends: python3-numpy
Filename: pool/universe/u/uncertainties/python3-uncertainties_2.4.4-1_all.deb
Size: 138796
MD5sum: 19a2832590985c77fddd1b2378c1cb78
SHA1: 77e24180bf3990c6ac57aa77881d97bfe93a7b91
SHA256: 33fee68b42bac365267395905ce0578c53d9655b1f56d7a76a3cac1b7e06591d
Description-en: Python3 module for calculations with uncertainties
uncertainties is a Python3 module, which allows calculations such as
.
(0.2 +/- 0.01) * 2 = 0.4 +/- 0.02
.
to be performed transparently; much more complex mathematical expressions
involving numbers with uncertainties can also be evaluated transparently.
.
Correlations between expressions are correctly taken into account; x-x is
thus exactly zero, for instance. The uncertainties produced by this module
are what is predicted by error propagation theory.
Description-md5: 856baa0f5d5e32fcf792450eeed19033
Homepage: http://packages.python.org/uncertainties/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu