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

Last updated: May 17,2024

1. Install "python3-pint" package

Here is a brief guide to show you how to install python3-pint on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pint

2. Uninstall "python3-pint" package

This is a short guide on how to uninstall python3-pint on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-pint
Priority: optional
Section: universe/python
Installed-Size: 404
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-pint
Version: 0.6-1ubuntu1
Depends: python3:any (>= 3.3.2-2~)
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/universe/p/python-pint/python3-pint_0.6-1ubuntu1_all.deb
Size: 67602
MD5sum: 693f2772d71a91e6a6b4d2d251c046f2
SHA1: 7e0716443d1c89527a7a67c72562ab2c876e6971
SHA256: a5a27ef427546a16aa661fd05d9875ab578cf85dae2c4d8e96cda9f557bc2d43
Description-en: define, operate and manipulate physical quantities - Python 3.x
Pint is Python module/package to define, operate and manipulate physical
quantities: the product of a numerical value and a unit of measurement. It
allows arithmetic operations between them and conversions from and to
different units.
.
It is distributed with a comprehensive list of physical units, prefixes and
constants. Due to its modular design, you can extend (or even rewrite!) the
complete list without changing the source code.
.
This package contains the Python 3.x module.
Description-md5: 7309d5b97c12d7555c34940e586a009a
Homepage: https://github.com/hgrecco/pint
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu