How To Install libtwelvemonkeys-java-doc on Kali Linux

In this tutorial we learn how to install libtwelvemonkeys-java-doc on Kali Linux. libtwelvemonkeys-java-doc is Documentation for libtwelvemonkeys-java

Introduction

In this tutorial we learn how to install libtwelvemonkeys-java-doc on Kali Linux.

What is libtwelvemonkeys-java-doc

libtwelvemonkeys-java-doc is:

Twelvemonkeys is a collection of plugins and extensions for Java’s ImageIO. The main purpose of this project is to provide support for image file formats not covered by the JRE itself.

Supported image formats (read and write support may vary): BMP, JPEG, JPEG-2000, PNM, PSD, TIFF, HDR, IFF, PCX, PICT, SGI, TGA, ICNS, ICO & CUR, Thumbs.db, SVG and WMF.

This package contains the API documentation of libtwelvemonkeys-java.

There are three methods to install libtwelvemonkeys-java-doc on Kali Linux. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install libtwelvemonkeys-java-doc Using apt-get

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install libtwelvemonkeys-java-doc using apt-get by running the following command:

sudo apt-get -y install libtwelvemonkeys-java-doc

Install libtwelvemonkeys-java-doc Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install libtwelvemonkeys-java-doc using apt by running the following command:

sudo apt -y install libtwelvemonkeys-java-doc

Install libtwelvemonkeys-java-doc Using aptitude

If you want to follow this method, you might need to install aptitude on Kali Linux first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install libtwelvemonkeys-java-doc using aptitude by running the following command:

sudo aptitude -y install libtwelvemonkeys-java-doc

How To Uninstall libtwelvemonkeys-java-doc on Kali Linux

To uninstall only the libtwelvemonkeys-java-doc package we can use the following command:

sudo apt-get remove libtwelvemonkeys-java-doc

Uninstall libtwelvemonkeys-java-doc And Its Dependencies

To uninstall libtwelvemonkeys-java-doc and its dependencies that are no longer needed by Kali Linux, we can use the command below:

sudo apt-get -y autoremove libtwelvemonkeys-java-doc

Remove libtwelvemonkeys-java-doc Configurations and Data

To remove libtwelvemonkeys-java-doc configuration and data from Kali Linux we can use the following command:

sudo apt-get -y purge libtwelvemonkeys-java-doc

Remove libtwelvemonkeys-java-doc configuration, data, and all of its dependencies

We can use the following command to remove libtwelvemonkeys-java-doc configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge libtwelvemonkeys-java-doc

Dependencies

libtwelvemonkeys-java-doc have the following dependencies:

References

Summary

In this tutorial we learn how to install libtwelvemonkeys-java-doc package on Kali Linux using different package management tools: apt, apt-get and aptitude.