How to Install abi-dumper in Ubuntu 18.04



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

sudo apt update
sudo apt install abi-dumper

Description:

tool to dump ABI of an ELF object containing DWARF debug info

The tool is intended to be used with ABI Compliance Checker tool for tracking ABI changes of a C/C++ library or kernel module.

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

Version: 1.1-1

Section: universe/devel