How to Install and Uninstall japi-compliance-checker Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 13,2024

1. Install "japi-compliance-checker" package

This guide covers the steps necessary to install japi-compliance-checker on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install japi-compliance-checker

2. Uninstall "japi-compliance-checker" package

In this section, we are going to explain the necessary steps to uninstall japi-compliance-checker on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove japi-compliance-checker $ sudo apt autoclean && sudo apt autoremove

3. Information about the japi-compliance-checker package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: japi-compliance-checker
Priority: optional
Section: universe/devel
Installed-Size: 337
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 1.4.3-1
Depends: perl
Recommends: default-jdk
Filename: pool/universe/j/japi-compliance-checker/japi-compliance-checker_1.4.3-1_all.deb
Size: 50936
MD5sum: e6e67044a7c38cc0f8f9012501d5c1b4
SHA1: e1d29d846cbef26c8848bb0c34209ce6b2d7336e
SHA256: 6f48dfc06aa31e6e0ad0ae94a2c3d3d199708b5fce0673dc4769eab0bb8d7522
Description-en: tool to compare compatibility of Java library API
Java API Compliance Checker (Java ACC) is a tool for checking backward binary
and source-level compatibility of a Java library API. The tool checks classes
declarations of old and new versions and analyzes changes that may break
compatibility: removed methods, removed class fields, added abstract methods,
etc. Binary incompatibility may result in crashing or incorrect behavior of
existing clients built with an old version of a library when they are running
with a new one. Source incompatibility may result in recompilation errors with
a new library version. The tool is intended for library developers and
operating system maintainers who are interested in ensuring backward
compatibility, i.e. allow old clients to run or to be recompiled with newer
library versions.
Description-md5: 6ed62986ae390d7dd6863bb212239d25
Homepage: http://ispras.linuxbase.org/index.php/Java_API_Compliance_Checker
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu