How to Install and Uninstall japitools Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 28,2024

1. Install "japitools" package

This guide let you learn how to install japitools on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install japitools

2. Uninstall "japitools" package

Please follow the instructions below to uninstall japitools on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the japitools package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: japitools
Priority: optional
Section: universe/devel
Installed-Size: 264
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 0.9.7-1
Depends: default-jre-headless | java2-runtime-headless, perl
Filename: pool/universe/j/japitools/japitools_0.9.7-1_all.deb
Size: 112816
MD5sum: 2185d421b77d8e94cd734d3f2ec2782d
SHA1: f7c22c9225960b0ba175987e63b61d5c97597ee6
SHA256: 6515870ae78298a85e1111bc1a78f9cdfafde0bfaacb7e0c472c2406a2b6092d
Description-en: 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: 9c238aad1e5f27d5c5ac84feee383191
Homepage: http://savannah.nongnu.org/projects/japitools/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu