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

Last updated: April 26,2024

1. Install "abi-tracker" package

Please follow the guidance below to install abi-tracker on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install abi-tracker

2. Uninstall "abi-tracker" package

This guide covers the steps necessary to uninstall abi-tracker on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove abi-tracker $ sudo apt autoclean && sudo apt autoremove

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

Package: abi-tracker
Priority: optional
Section: universe/devel
Installed-Size: 109
Maintainer: Ubuntu Developers
Original-Maintainer: Peter Spiess-Knafl
Architecture: all
Version: 1.4-1
Depends: abi-compliance-checker, abi-dumper, pkgdiff, rfcdiff, vtable-dumper, perl
Suggests: abi-monitor
Filename: pool/universe/a/abi-tracker/abi-tracker_1.4-1_all.deb
Size: 19826
MD5sum: b625287d4d83088c371d9ba1a8f5f2a0
SHA1: 8f784037608d719815f2d9bc5c834ce5d78f3164
SHA256: 0684d58516266976cd14c6ba674e335d019ccba28b44842d9249ae85a92f16ab
Description-en: visualize ABI changes of a C/C++ library
abi-tracker generates an ABI (Application Binary Interface) compatibility
report for a C or C++ library. The report gets rendered to static HTML pages.
.
The tool is intended for developers of software libraries and Linux
maintainers who are interested in ensuring backward binary compatibility,
i.e. allow old applications to run with newer library versions.
.
abi-tracker requires an input profile for the library in JSON format,
which holds various metadata to check ABI compatibility.
It can be created manually or automatically generated by the abi-monitor tool.
Description-md5: b3d54c45e5d805d0a1bd4b516d5110fc
Homepage: https://github.com/lvc/abi-tracker
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu