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

Last updated: February 24,2025

1. Install "libcommons-exec-java" package

Here is a brief guide to show you how to install libcommons-exec-java on Kali Linux

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

2. Uninstall "libcommons-exec-java" package

Learn how to uninstall libcommons-exec-java on Kali Linux:

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

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

Package: libcommons-exec-java
Source: commons-exec
Version: 1.3-2
Installed-Size: 75
Maintainer: Debian Java Maintainers
Architecture: all
Size: 48076
SHA256: 4b1206b3dabfaa63ec54a72d2172b4921321769694d20e9cdd3dbb9e04bd06d1
SHA1: fcd45d860f821cbed89abc1bf1186d24ceec8348
MD5sum: ccec4387e2daa1e0ef0bfd3b7b9516cb
Description: Java library to reliably execute external processes from within the JVM
Executing external processes from Java is a well-known problem
area. It is inherently platform dependent and requires the developer
to know and test for platform specific behaviors, for example
using cmd.exe on Windows or limited buffer sizes causing deadlocks.
The JRE support for this is very limited, albeit better with the
new Java SE 1.5 ProcessBuilder class.
.
Reliably executing external processes can also require knowledge of
the environment variables before or after the command is executed. In
J2SE 1.1-1.4 there is no support for this, since the method,
System.getenv(), for retrieving environment variables is deprecated.
.
There are currently several different libraries that for their own
purposes have implemented frameworks around Runtime.exec() to handle
the various issues outlined above. The commons-exec package aims
at coordinating and learning from these initiatives to create and
maintain a simple, reusable and well-tested package.
Description-md5:
Homepage: https://commons.apache.org/exec/
Section: java
Priority: optional
Filename: pool/main/c/commons-exec/libcommons-exec-java_1.3-2_all.deb