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

Last updated: May 18,2024

1. Install "python3-moneyed" package

Please follow the step by step instructions below to install python3-moneyed on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-moneyed

2. Uninstall "python3-moneyed" package

In this section, we are going to explain the necessary steps to uninstall python3-moneyed on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-moneyed
Priority: optional
Section: universe/python
Installed-Size: 89
Maintainer: Ubuntu Developers
Original-Maintainer: Benjamin Drung
Architecture: all
Source: py-moneyed
Version: 0.5.0-1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/py-moneyed/python3-moneyed_0.5.0-1_all.deb
Size: 13966
MD5sum: 373f5b7743bf84d285b4537514b2b4b1
SHA1: 0ac417c875dd38da55a0276fda2eab32df409442
SHA256: 05e4b8ac6665a44988edae1ca27d0b6c3b60b4ee30e5f8e43c075b32fa1f2e1d
Description-en: Currency and Money classes for use in Python 3 code
The need to represent instances of money frequently arises in software
development, particularly any financial/economics software. To address that
need, this package provides the classes of Money and Currency, at a level more
useful than just using Python's Decimal class, or even the float primitive.
The package is meant to be stand-alone and easy to either use directly, or
subclass further.
.
This is the Python 3 version of the package.
Description-md5: 3ec2cf34ac3ae861c97a707e48008752
Homepage: http://github.com/limist/py-moneyed
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu