How to Install and Uninstall python3-uncertainties Package on Kali Linux

Last updated: May 22,2024

1. Install "python3-uncertainties" package

Please follow the steps below to install python3-uncertainties on Kali Linux

$ sudo apt update $ sudo apt install python3-uncertainties

2. Uninstall "python3-uncertainties" package

This guide let you learn how to uninstall python3-uncertainties on Kali Linux:

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

3. Information about the python3-uncertainties package on Kali Linux

Package: python3-uncertainties
Source: uncertainties
Version: 3.1.7-2
Installed-Size: 348
Maintainer: Debian Python Team
Architecture: all
Depends: python3-numpy, python3:any
Suggests: python-uncertainties-doc
Size: 77688
SHA256: 8cf2af0f39cd912c5214c2c2801b681b83ac8661d2e0055568af744ed25aa777
SHA1: 482c3c731d3907468fb86b231e977d7b2626b9a4
MD5sum: 113ae4bcd98f7fa3778f5fad0fa0910e
Description: 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:
Homepage: https://packages.python.org/uncertainties/
Section: python
Priority: optional
Filename: pool/main/u/uncertainties/python3-uncertainties_3.1.7-2_all.deb