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

Last updated: September 20,2024

1. Install "libcommons-math-java" package

Please follow the guidance below to install libcommons-math-java on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libcommons-math-java" package

Please follow the guidelines below to uninstall libcommons-math-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libcommons-math-java
Priority: optional
Section: universe/java
Installed-Size: 1008
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: commons-math
Version: 2.2-5
Filename: pool/universe/c/commons-math/libcommons-math-java_2.2-5_all.deb
Size: 890482
MD5sum: 6924eee78e3ca50ef41354e21575b414
SHA1: 1fba6fbbf628afa8917234dbc29da970d79ef775
SHA256: 9b813395d89b8e9f93fb85133b9e991b60ac50e1beaca65ffe95214526d20974
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