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

Last updated: May 07,2024

1. Install "libjansi-java" package

In this section, we are going to explain the necessary steps to install libjansi-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjansi-java

2. Uninstall "libjansi-java" package

This guide covers the steps necessary to uninstall libjansi-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libjansi-java $ sudo apt autoclean && sudo apt autoremove

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

Package: libjansi-java
Priority: optional
Section: universe/java
Installed-Size: 560
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: jansi
Version: 1.4-3
Depends: libjansi-native-java, libhawtjni-runtime-java
Filename: pool/universe/j/jansi/libjansi-java_1.4-3_all.deb
Size: 57384
MD5sum: 76fab6221591cd600fc5488f86b1b0bd
SHA1: bba865ff4f8c3d103270230a9682d17582f8b385
SHA256: c6ad5a44273299968f586a76c453b468bdc66ae0caafda2be981ceee95138f70
Description-en: Java library for generating and interpreting ANSI escape sequences
Jansi is a small java library that allows you to use ANSI
escape codes to format your console output which works across
all platforms.
.
Jansi detects and abstracts the ANSI support provided
by the attached terminal. When your Java application uses
Jansi, it can always assume that standard out and error
streams support ANSI sequences.
Description-md5: 0f0c7356271fcd9e79d75de11ef9dc79
Homepage: http://jansi.fusesource.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu