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

Last updated: April 25,2024

1. Install "abi-compliance-checker" package

This is a short guide on how to install abi-compliance-checker on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "abi-compliance-checker" package

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

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

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

Package: abi-compliance-checker
Priority: optional
Section: universe/devel
Installed-Size: 1292
Maintainer: Ubuntu Developers
Original-Maintainer: Ryan Niebur
Architecture: all
Version: 1.99.14-1
Depends: build-essential, perl
Recommends: ctags
Suggests: doc-base, icheck
Filename: pool/universe/a/abi-compliance-checker/abi-compliance-checker_1.99.14-1_all.deb
Size: 167922
MD5sum: 2ed4fea6f80805d3afd25704765c6fcf
SHA1: 4da55c9dc4cf203c9373006174f020d4b19cd233
SHA256: 71288f2eb61092c0d0c29a6d67903abcd27d0ff4deb9d52a6a23414682e140cc
Description-en: 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: 540b577fa010ac3ef038ebd7b829f7bd
Homepage: http://ispras.linux-foundation.org/index.php/ABI_compliance_checker
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu