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

Last updated: May 20,2024

1. Install "python3-moneyed" package

Please follow the instructions below to install python3-moneyed on Kali Linux

$ sudo apt update $ sudo apt install python3-moneyed

2. Uninstall "python3-moneyed" package

This tutorial shows how to uninstall python3-moneyed on Kali Linux:

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

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

Package: python3-moneyed
Source: py-moneyed
Version: 2.0-1
Installed-Size: 53
Maintainer: Debian Python Team
Architecture: all
Depends: python3-babel, python3-typing-extensions, python3:any
Size: 13552
SHA256: cdb003e5d7bd1a69a43e28a89b589777b9aa0a0494dd7f70c366b90399b39091
SHA1: 1cabd57df54e5d9afb78f5529dfb9d2c5c10eabd
MD5sum: 82c3bb1d42dc1060fcf1faf926d924f2
Description: 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:
Homepage: https://github.com/limist/py-moneyed
Section: python
Priority: optional
Filename: pool/main/p/py-moneyed/python3-moneyed_2.0-1_all.deb