How to Install abicheck in Ubuntu 18.04



Install abicheck by entering the following commands in the terminal:

sudo apt update
sudo apt install abicheck

Description:

binary compatibility checking tool

ABIcheck is a tool for checking an application's compliance with a library's defined Application Binary Interface (ABI). It relies on ABI definition information contained in the library. Example definitions are given for GNOME and glibc.

Version: 1.2-5ubuntu1

Section: universe/libs