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

Last updated: November 26,2024

1. Install "python-moneyed" package

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

$ sudo apt update $ sudo apt install python-moneyed

2. Uninstall "python-moneyed" package

Please follow the steps below to uninstall python-moneyed on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-moneyed
Priority: optional
Section: universe/python
Installed-Size: 88
Maintainer: Ubuntu Developers
Original-Maintainer: Benjamin Drung
Architecture: all
Source: py-moneyed
Version: 0.5.0-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/py-moneyed/python-moneyed_0.5.0-1_all.deb
Size: 13896
MD5sum: ed7562b8d8ad6e32000afc56f0f30841
SHA1: 8eb0eed724fb3d4ee34d39110b4c5a3b9c7de313
SHA256: 74e8bb44e8dacf5f223b8df01dc5b4da95f49bdeace9d2672597caec73852e06
Description-en: Currency and Money classes for use in Python 2 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 2 version of the package.
Description-md5: 0750d6d6d0f34b3dd888be5c6b210e26
Homepage: http://github.com/limist/py-moneyed
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu