Install python-moneyed
Installing python-moneyed package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-moneyed
python-moneyed package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-moneyed |
version | 0.5.0-1 |
description | Currency and Money classes for use in Python 2 code |
subsection | python |
website | github.com / limist / py-moneyed |
maintainer | Benjamin Drung |
Uninstall python-moneyed
To remove just python-moneyed package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-moneyed
Uninstall python-moneyed and it’s dependent packages
To remove the python-moneyed package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-moneyed
Purging python-moneyed
If you also want to delete configuration and/or data files of python-moneyed from Debian Sid then this will work:
sudo apt-get purge python-moneyed
To delete configuration and/or data files of python-moneyed and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-moneyed