How to Install and Uninstall japi-compliance-checker Package on Kali Linux

Last updated: May 15,2024

1. Install "japi-compliance-checker" package

Please follow the guidelines below to install japi-compliance-checker on Kali Linux

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

2. Uninstall "japi-compliance-checker" package

Please follow the steps below to uninstall japi-compliance-checker on Kali Linux:

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

3. Information about the japi-compliance-checker package on Kali Linux

Package: japi-compliance-checker
Version: 2.4-3
Installed-Size: 461
Maintainer: Debian Java Maintainers
Architecture: all
Depends: perl:any
Recommends: default-jdk
Size: 70724
SHA256: 075d23d47b50f8a932c28899700a090b522396515ee68fab0a494ba0a16e849c
SHA1: 43354a6289761dd198f8a6c1a83b240e79fc8a3e
MD5sum: e83b17311a52a3d6842354547174d33f
Description: 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:
Multi-Arch: foreign
Homepage: https://lvc.github.io/japi-compliance-checker/
Section: devel
Priority: optional
Filename: pool/main/j/japi-compliance-checker/japi-compliance-checker_2.4-3_all.deb