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

Last updated: September 20,2024

1. Install "libcommons-lang3-java" package

This guide let you learn how to install libcommons-lang3-java on Kali Linux

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

2. Uninstall "libcommons-lang3-java" package

This tutorial shows how to uninstall libcommons-lang3-java on Kali Linux:

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

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

Package: libcommons-lang3-java
Version: 3.14.0-1
Installed-Size: 699
Maintainer: Debian Java Maintainers
Architecture: all
Depends: libcommons-parent-java (>= 56)
Size: 621148
SHA256: a65e47459d36f9425d545623b5225ce3a21b981a5f34b743d9a981909d95b47e
SHA1: e0164c31c6d1c4f39b3645ffb5ad08543bc9bae6
MD5sum: ca7aa6b5eae5989da5fbc1eac273c22f
Description: Apache Commons Lang utility classes
Apache Commons Lang is a package of Java utility classes for the classes
that are in java.lang's hierarchy, or are considered to be so standard
as to justify existence in java.lang.
.
The standard Java libraries fail to provide enough methods for manipulation
of its core classes. Apache Commons Lang provides these extra methods.
.
Apache Commons Lang provides a host of helper utilities for the java.lang API,
notably String manipulation methods, basic numerical methods, object
reflection, concurrency, creation and serialization and System properties.
Additionally it contains basic enhancements to java.util.Date and a series
of utilities dedicated to help with building methods, such as hashCode,
toString and equals.
Description-md5:
Homepage: https://commons.apache.org/lang/
Section: java
Priority: optional
Filename: pool/main/libc/libcommons-lang3-java/libcommons-lang3-java_3.14.0-1_all.deb