How to Install and Uninstall libcommons-math-java Package on Kali Linux

Last updated: May 15,2024

1. Install "libcommons-math-java" package

Please follow the guidelines below to install libcommons-math-java on Kali Linux

$ sudo apt update $ sudo apt install libcommons-math-java

2. Uninstall "libcommons-math-java" package

This is a short guide on how to uninstall libcommons-math-java on Kali Linux:

$ sudo apt remove libcommons-math-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcommons-math-java package on Kali Linux

Package: libcommons-math-java
Source: commons-math
Version: 2.2-8
Installed-Size: 1037
Maintainer: Debian Java Maintainers
Architecture: all
Size: 925512
SHA256: 55e538d53869041a0ce7293e4507b4a5456b2f14be43b7e64925c5401f98449c
SHA1: 6a8cc7e4ba33c0329d8818e652cadde3232cb1c4
MD5sum: 7c98ae3862497fa711444ffa10cc6fe6
Description: Java lightweight mathematics and statistics components
Commons Math is a Java library of lightweight, self-contained mathematics
and statistics components.
.
Commons Math is made up of a small set of math/stat utilities addressing
programming problems like the ones in the list below:
- Computing means, variances and other summary statistics for a list of
numbers
- Fitting a line to a set of data points using linear regression
- Finding a smooth curve that passes through a collection of points
(interpolation)
- Fitting a parametric model to a set of measurements using least-squares
methods
- Solving equations involving real-valued functions (i.e. root-finding)
- Solving systems of linear equations
- Solving Ordinary Differential Equations
- Minimizing multi-dimensional functions
- Generating random numbers with more restrictions (e.g distribution, range)
than what is possible using the JDK
- Generating random samples and/or datasets that are "like" the data in an
input file
- Performing statistical significance tests
- Miscellaneous mathematical functions such as factorials, binomial
coefficients and "special functions" (e.g. gamma, beta functions)
.
This is a part of the Apache Commons Project.
Description-md5:
Homepage: http://commons.apache.org/math/
Tag: devel::lang:java, devel::library, field::mathematics,
implemented-in::java, role::devel-lib, role::shared-lib
Section: java
Priority: optional
Filename: pool/main/c/commons-math/libcommons-math-java_2.2-8_all.deb