How to Install and Uninstall libcommons-math3-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "libcommons-math3-java" package

Learn how to install libcommons-math3-java on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libcommons-math3-java" package

This tutorial shows how to uninstall libcommons-math3-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libcommons-math3-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcommons-math3-java
Priority: optional
Section: universe/java
Installed-Size: 2190
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: commons-math3
Version: 3.6-2
Filename: pool/universe/c/commons-math3/libcommons-math3-java_3.6-2_all.deb
Size: 1936882
MD5sum: 6307b59de51e0c0e6228df0b794a8840
SHA1: 1209a74d7322b678d1663d516832856f5c04982c
SHA256: 9277792249a0efbac70e3aa9ee530c62c8eeaea0b072ca04d75e06c4b817b266
Description-en: 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: 82967a036975d8f7b19b0e8fcbbced7e
Homepage: http://commons.apache.org/math/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu