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

Last updated: May 18,2024

1. Install "libcommons-daemon-java" package

In this section, we are going to explain the necessary steps to install libcommons-daemon-java on Kali Linux

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

2. Uninstall "libcommons-daemon-java" package

Please follow the step by step instructions below to uninstall libcommons-daemon-java on Kali Linux:

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

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

Package: libcommons-daemon-java
Source: commons-daemon
Version: 1.0.15-11
Installed-Size: 564
Maintainer: Debian Java Maintainers
Architecture: all
Recommends: jsvc
Suggests: java-virtual-machine
Size: 96640
SHA256: 089f1f523e00f347e1316e0e833338e3c8b17daf49f25bb52cc3cf027add382a
SHA1: 3c83488b7900e30dc949f64a6f70b47d5f14cd4d
MD5sum: 5e8bda6772177c69fe070d241167af66
Description: Library to launch Java applications as daemons
The Daemon package from Apache Commons can be used to implement Java
applications which can be launched as daemons. For example the
program will be notified about a shutdown so that it can perform
cleanup tasks before its process of execution is destroyed by the
operation system.
.
This package contains the java library. You will also need the actual
binary for your architecture which is provided by the jsvc package.
Description-md5:
Homepage: https://commons.apache.org/proper/commons-daemon/
Tag: devel::lang:java, devel::library, implemented-in::java,
interface::daemon, role::devel-lib, role::program, role::shared-lib
Section: java
Priority: optional
Filename: pool/main/c/commons-daemon/libcommons-daemon-java_1.0.15-11_all.deb