How to Install and Uninstall ruby-enumerable-statistics Package on Kali Linux

Last updated: May 03,2024

1. Install "ruby-enumerable-statistics" package

This guide let you learn how to install ruby-enumerable-statistics on Kali Linux

$ sudo apt update $ sudo apt install ruby-enumerable-statistics

2. Uninstall "ruby-enumerable-statistics" package

Please follow the steps below to uninstall ruby-enumerable-statistics on Kali Linux:

$ sudo apt remove ruby-enumerable-statistics $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-enumerable-statistics package on Kali Linux

Package: ruby-enumerable-statistics
Source: ruby-enumerable-statistics (2.0.7+dfsg-3)
Version: 2.0.7+dfsg-3+b3
Installed-Size: 432
Maintainer: Debian Ruby Team
Architecture: amd64
Depends: libc6 (>= 2.29), libruby3.1 (>= 3.1.0~preview2), libruby (>= 1:3.1~0), libruby (<< 1:3.2~)
Size: 288488
SHA256: 6da1d911f4a28b5d2824e1b8416f7242728d34e9b517e5e36df90fa9353eeb8a
SHA1: 7f736be20732a399971e9183e7abf17d85d3e5f0
MD5sum: 649b76fa0abfb8a69da9cb9072a2c543
Description: Statistics features for Enumerable
Enumerable::Statistics provides some methods to calculate statistical summary
in arrays and enumerables.
.
The following methods are supplied by this library:
- `Array#mean`, `Enumerable#mean` - Calculates a mean of values in an array
or an enumerable
- `Array#variance`, `Enumerable#variance` - Calculates a variance of values
in an array or an enumerable
- `Array#stdev`, `Enumerable#stdev` - Calculates a standard deviation of
values in an array or an enumerable
- `Array#mean_variance`, `Enumerable#mean_variance` - Calculates a mean and a
variance simultaneously
- `Array#mean_stdev`, `Enumerable#mean_stdev` - Calculates a mean and a
standard deviation simultaneously
- `Array#median` - Calculates a median of values in an array
- `Array#percentile(q)` - Calculates a percentile or percentiles of values
in an array
- `Array#value_counts`, `Enumerable#value_counts`, and `Hash#value_counts` -
Count how many items for each value in the container
- `Array#histogram` - Calculate histogram of the values in the array
Description-md5:
Homepage: https://github.com/mrkn/enumerable-statistics
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-enumerable-statistics/ruby-enumerable-statistics_2.0.7+dfsg-3+b3_amd64.deb