How to Install abi-monitor in Ubuntu 18.04



Install abi-monitor by entering the following commands in the terminal:

sudo apt update
sudo apt install abi-monitor

Description:

monitor ABI of shared libraries

abi-monitor checks for new versions of a software library, try to build them and create a profile for the abi-tracker tool. . This tool is intended to be used together with the ABI Tracker tool to visualize API/ABI changes timeline of a C/C++ library.

Homepage: https://github.com/lvc/abi-monitor

Version: 1.10-1

Section: universe/devel