How to Install and Uninstall ruby-money Package on Kali Linux

Last updated: July 08,2024

1. Install "ruby-money" package

Please follow the guidance below to install ruby-money on Kali Linux

$ sudo apt update $ sudo apt install ruby-money

2. Uninstall "ruby-money" package

Please follow the instructions below to uninstall ruby-money on Kali Linux:

$ sudo apt remove ruby-money $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-money package on Kali Linux

Package: ruby-money
Version: 6.16.0-1
Installed-Size: 216
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby, ruby-i18n (<= 2), ruby-i18n (>= 0.6.4)
Size: 46504
SHA256: 53e543ddf1b30bb7399bf37b2d8be2ec64518a8c370fb406a16d71e0187b8cb2
SHA1: c29ef08fcbab51504bd9ac5ab538eb7f0623bd86
MD5sum: 0aac932de961df0b47402d816646cc6b
Description: Ruby Library for dealing with money and currency conversion
A Ruby Library for dealing with money and currency conversion.
.
Features
- Provides a `Money` class which encapsulates all information about a certain
amount of money, such as its value and its currency.
- Provides a `Money::Currency` class which encapsulates all information about
a monetary unit.
- Represents monetary values as integers, in cents. This avoids floating point
rounding errors.
- Represents currency as `Money::Currency` instances providing a high level of
flexibility.
- Provides APIs for exchanging money from one currency to another.
Description-md5:
Homepage: https://rubymoney.github.io/money
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-money/ruby-money_6.16.0-1_all.deb