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

Last updated: April 29,2024

1. Install "abi-compliance-checker" package

This guide covers the steps necessary to install abi-compliance-checker on Kali Linux

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

2. Uninstall "abi-compliance-checker" package

Here is a brief guide to show you how to uninstall abi-compliance-checker on Kali Linux:

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

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

Package: abi-compliance-checker
Version: 2.3-2
Installed-Size: 1313
Maintainer: Mathieu Malaterre
Architecture: all
Depends: build-essential, perl:any
Recommends: ctags
Suggests: doc-base, icheck
Size: 190228
SHA256: ba2928dff738e431471d06bce66072bd2e5b86ad32e1c8b7109651ba12327e90
SHA1: e4c964817f2ba01b1399fde393a71e9f793ee4d9
MD5sum: 4f7a972316ab79970b84b72e7c226800
Description: tool to compare ABI compatibility of shared C/C++ library versions
abi-compliance-checker can be used to help reduce the possibility of
an application crashing when the shared libraries it links against
have changed. Signatures and data type definitions from two separate
versions of a library are compared by examining the shared objects
(.so) files themselves, and by analysing the header files (.h)
provided for the two versions of the library and their dependencies.
.
Shared library developers trying to strive for binary compatibility
between releases may also use this tool to detect if an any
accidental application binary interface (ABI) changes have been
introduced.
.
The checker may also be used for assessing binary compatibility
between different Linux distributions.
Description-md5:
Homepage: https://lvc.github.io/abi-compliance-checker/
Tag: devel::testing-qa, implemented-in::perl, role::program, use::checking
Section: devel
Priority: optional
Filename: pool/main/a/abi-compliance-checker/abi-compliance-checker_2.3-2_all.deb