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

Last updated: May 20,2024

1. Install "libcommons-lang-java-doc" package

Please follow the guidelines below to install libcommons-lang-java-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libcommons-lang-java-doc" package

Here is a brief guide to show you how to uninstall libcommons-lang-java-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libcommons-lang-java-doc
Priority: optional
Section: universe/doc
Installed-Size: 7656
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: libcommons-lang-java
Version: 2.6-6ubuntu2
Suggests: default-jdk-doc, libcommons-lang-java
Filename: pool/universe/libc/libcommons-lang-java/libcommons-lang-java-doc_2.6-6ubuntu2_all.deb
Size: 1043442
MD5sum: 9b9153fd9f23aa4c21d76f55299ddb89
SHA1: 79b1cd61a433b7f53485dbc6c6ff4fcc4f0e2828
SHA256: 836bce98825955c6ec7266db5b91370d017962cd92493618f95007776d8fb722
Description-en: Documentation for 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.
.
This package contains the API documentation of libcommons-lang-java
Description-md5: 9c83238424f036eff838ce1ee01c3d3a
Homepage: http://commons.apache.org/lang/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu