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

Last updated: May 21,2024

1. Install "libcommons-daemon-java" package

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

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

2. Uninstall "libcommons-daemon-java" package

Please follow the steps below to uninstall libcommons-daemon-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libcommons-daemon-java
Priority: optional
Section: universe/libs
Installed-Size: 414
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: commons-daemon
Version: 1.0.15-6
Recommends: jsvc
Suggests: java-virtual-machine
Filename: pool/universe/c/commons-daemon/libcommons-daemon-java_1.0.15-6_all.deb
Size: 62328
MD5sum: 08f0150a690d3f3ea674c84b59d1f08f
SHA1: 9e6d7e37b55bae1e1473fe6c7c10976c19fe9372
SHA256: 84e599b1a942e9c2cf5b89325fdec9b22cdb46e02256d5180e862018685a9387
Description-en: 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: ddd3e914b36183d23b4bdb154a870655
Homepage: http://commons.apache.org/daemon/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu