How to Install and Uninstall liblog4j1.2-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "liblog4j1.2-java" package

Learn how to install liblog4j1.2-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install liblog4j1.2-java

2. Uninstall "liblog4j1.2-java" package

This is a short guide on how to uninstall liblog4j1.2-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove liblog4j1.2-java $ sudo apt autoclean && sudo apt autoremove

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

Package: liblog4j1.2-java
Priority: optional
Section: universe/libs
Installed-Size: 489
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: apache-log4j1.2
Version: 1.2.17-7ubuntu1
Suggests: libgnumail-java, liblog4j1.2-java-doc
Filename: pool/universe/a/apache-log4j1.2/liblog4j1.2-java_1.2.17-7ubuntu1_all.deb
Size: 425986
MD5sum: 4faf6c3e7cf9be56467c287ae1f410fa
SHA1: fe2a5a2a088a398dda93675d36f6aaa4be1233c4
SHA256: f2602e80603c97e14f7f1e01f4f73e612f8693e11d34aa239901b58be1575778
Description-en: Logging library for java
log4j is a tool to help the programmer output log statements to a variety of
output targets.
.
It is possible to enable logging at runtime without modifying the application
binary. The log4j package is designed so that log statements can remain in
shipped code without incurring a high performance cost.
.
One of the distinctive features of log4j is the notion of hierarchical
loggers. Using loggers it is possible to selectively control which log
statements are output at arbitrary granularity.
.
Log4j can output to: a file, a rolling file, a database with a JDBC driver,
many output asynchronously, a JMS Topic, a swing based logging console,
the NT event log, /dev/null, a SMTP server (using javamail), a socket server,
syslog, telnet daemon and stdout.
.
The format of the output can be defined using one of the various layout
(or user defined layout) like: simple text, html, date, pattern defined and
XML.
Description-md5: 6852e874e3a0a408361775c4958b1233
Homepage: http://logging.apache.org/log4j/1.2/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu