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

Last updated: May 15,2024

1. Install "libcommons-math3-java" package

This tutorial shows how to install libcommons-math3-java on Kali Linux

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

2. Uninstall "libcommons-math3-java" package

Please follow the guidelines below to uninstall libcommons-math3-java on Kali Linux:

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

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

Package: libcommons-math3-java
Source: commons-math3
Version: 3.6.1-3
Installed-Size: 2269
Maintainer: Debian Java Maintainers
Architecture: all
Size: 2018140
SHA256: 4cbdb4e699e17af0c67419f5c0634a2e099c0acce2118f0d716e515bd4d084cf
SHA1: e307e3ca0c655dfd6e4b1df2221ec0f781a81e37
MD5sum: c36a4e13a7d6bd861841e63e493198f4
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/
Section: java
Priority: optional
Filename: pool/main/c/commons-math3/libcommons-math3-java_3.6.1-3_all.deb