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

Last updated: May 21,2024

1. Install "ruby-distribution" package

Here is a brief guide to show you how to install ruby-distribution on Kali Linux

$ sudo apt update $ sudo apt install ruby-distribution

2. Uninstall "ruby-distribution" package

This guide covers the steps necessary to uninstall ruby-distribution on Kali Linux:

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

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

Package: ruby-distribution
Version: 0.8.0+dfsg-1
Installed-Size: 246
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby
Recommends: ruby-gsl
Size: 46528
SHA256: 6c7c5df7f34fa8b26cde0be4df104a0a39a47051ca797f6005832279e67a3e68
SHA1: a6aae87e8cc0e6f5d40e7c034fb3f35289c73c86
MD5sum: 7e42c7c9c757ffda9e299af11d43b18f
Description: Ruby library to work with probability distributions
This Ruby library allows one to generate random variable with a given
probability distribution, or evaluate classical probability distributions.
.
The probability distributions currently implemented include: Normal univariate
and bivariate, T, F, Chi Square, Binomial, Hypergeometric, Exponential,
Poisson, Beta, LogNormal and Gamma.
.
If available, the library will use Ruby/GSL (from ruby-gsl package) for better
performance.
Description-md5:
Homepage: https://github.com/sciruby/distribution
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-distribution/ruby-distribution_0.8.0+dfsg-1_all.deb