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

Last updated: November 26,2024

1. Install "libcommons-lang-java" package

This guide let you learn how to install libcommons-lang-java on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libcommons-lang-java" package

This is a short guide on how to uninstall libcommons-lang-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libcommons-lang-java
Priority: optional
Section: universe/libs
Installed-Size: 316
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 2.6-6ubuntu2
Depends: libcommons-parent-java (>= 12)
Suggests: libcommons-lang-java-doc
Filename: pool/universe/libc/libcommons-lang-java/libcommons-lang-java_2.6-6ubuntu2_all.deb
Size: 267310
MD5sum: e25d82c29addb4c7b6ddf1630020bb57
SHA1: 63ede1e1c1f31075aff050c6cdeebb896de65a3c
SHA256: 4ad82dce7b9d3c633377338841a34c1a6c39337cf2fe3e946b8a1dfacc7b5ab9
Description-en: Commons Lang - an extension of the java.lang package
The Lang Component contains a set of Java classes that provide helper
methods for standard Java classes, especially those found in the
java.lang package in the Sun JDK. The following classes are included:
.
* StringUtils - Helper for java.lang.String.
* CharSetUtils - Methods for dealing with CharSets, which are sets of
characters such as [a-z] and [abcdez].
* RandomStringUtils - Helper for creating randomised Strings.
* NumberUtils - Helper for java.lang.Number and its subclasses.
* NumberRange - A range of numbers with an upper and lower bound.
* ObjectUtils - Helper for java.lang.Object.
* SerializationUtils - Helper for serializing Objects.
* SystemUtils - Utility class defining the Java system properties.
* NestedException package - A sub-package for the creation of nested
exceptions.
* Enum package - A sub-package for the creation of enumerated types.
* Builder package - A sub-package for the creation of equals, hashCode,
compareTo and toString methods.
Description-md5: 388ede790b35f9eb3fb76d9002926cd2
Homepage: http://commons.apache.org/lang/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu