How to Install and Uninstall libcommons-lang-java Package on Kali Linux

Last updated: May 17,2024

1. Install "libcommons-lang-java" package

Please follow the step by step instructions below to install libcommons-lang-java on Kali Linux

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

2. Uninstall "libcommons-lang-java" package

This guide covers the steps necessary to uninstall libcommons-lang-java on Kali Linux:

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

3. Information about the libcommons-lang-java package on Kali Linux

Package: libcommons-lang-java
Version: 2.6-10
Installed-Size: 306
Maintainer: Debian Java Maintainers
Architecture: all
Depends: libcommons-parent-java (>= 12)
Suggests: libcommons-lang-java-doc
Size: 273180
SHA256: ff870bb9fa33aa529caaed5ea6473f1957de11421459962d5f75d4a9ee073981
SHA1: 48680e271247edcf13dff603123c3217113a10b2
MD5sum: 1df636164ccbc74bea59fe05bdf57d15
Description: 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:
Homepage: http://commons.apache.org/lang/
Tag: devel::lang:java, devel::library, implemented-in::java, role::devel-lib
Section: java
Priority: optional
Filename: pool/main/libc/libcommons-lang-java/libcommons-lang-java_2.6-10_all.deb