How to Install and Uninstall japitools Package on Kali Linux

Last updated: April 29,2024

1. Install "japitools" package

Please follow the guidance below to install japitools on Kali Linux

$ sudo apt update $ sudo apt install japitools

2. Uninstall "japitools" package

Please follow the guidelines below to uninstall japitools on Kali Linux:

$ sudo apt remove japitools $ sudo apt autoclean && sudo apt autoremove

3. Information about the japitools package on Kali Linux

Package: japitools
Version: 0.9.7+git20150619-1
Installed-Size: 202
Maintainer: Debian Java Maintainers
Architecture: all
Depends: default-jre-headless | java2-runtime-headless, perl:any
Size: 114512
SHA256: b6397e504e9b080d424f8a145976a19858d7986daf76d83eed72f739767406e3
SHA1: 23e6ea4562a79703cf99fcc93a66a632e7c4a6c8
MD5sum: bb8a5b1f5f380a0597aa4392c6b543fc
Description: Java API compatibility testing tools
It consists of two simple tools designed to test for compatibility between
Java APIs. They were originally designed for testing free implementations
of Java itself for compatibility with Sun's JDK, but they can also be used
for testing backward compatibility between versions of any API.
.
The tools are japize and japicompat. Japize is a Java program which emits
a listing of an API in a machine-readable format. Japicompat then takes two
such listings and compares them for binary compatibility, as defined by Sun
in the Java Language Specification.
Description-md5:
Homepage: https://github.com/gnu-andrew/japitools
Section: devel
Priority: optional
Filename: pool/main/j/japitools/japitools_0.9.7+git20150619-1_all.deb