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

Last updated: May 19,2024

1. Install "libcommons-lang3-java" package

In this section, we are going to explain the necessary steps to install libcommons-lang3-java on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libcommons-lang3-java" package

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

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

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

Package: libcommons-lang3-java
Priority: optional
Section: universe/java
Installed-Size: 494
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 3.4-1
Suggests: libcommons-lang3-java-doc
Filename: pool/universe/libc/libcommons-lang3-java/libcommons-lang3-java_3.4-1_all.deb
Size: 380128
MD5sum: ce8430b34aabb78552ea6003eecf7822
SHA1: 391598f2adb0a6760016168b284fe823d06e78e6
SHA256: 82af4535ab44266b23476b5a6fe5fd47912539627b1daf1ae58fa66ea2a56a33
Description-en: Extension of the java.lang package (for Java 5+)
The Commons Lang components contains a set of Java classes that provide helper
methods for standard Java classes, especially those found in the java.lang
package in the JDK 5+.
.
Commons Lang 3.x use a different package (org.apache.commons.lang3) than the
previous versions (org.apache.commons.lang), allowing it to be used at the
same time as an earlier version.
.
Commons Lang 3.x is only compatible with JDK 1.5+
Description-md5: a842550c4689a58dddb138cbe87840b8
Homepage: http://commons.apache.org/lang/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu