How to Install and Uninstall libabigail.i686 Package on Fedora 39

Last updated: October 04,2024

1. Install "libabigail.i686" package

This tutorial shows how to install libabigail.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install libabigail.i686

2. Uninstall "libabigail.i686" package

Here is a brief guide to show you how to uninstall libabigail.i686 on Fedora 39:

$ sudo dnf remove libabigail.i686 $ sudo dnf autoremove

3. Information about the libabigail.i686 package on Fedora 39

Last metadata expiration check: 4:58:46 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : libabigail
Version : 2.4
Release : 4.fc39
Architecture : i686
Size : 1.7 M
Source : libabigail-2.4-4.fc39.src.rpm
Repository : updates
Summary : Set of ABI analysis tools
URL : https://sourceware.org/libabigail/
License : Apache-2.0 WITH LLVM-exception
Description : The libabigail package comprises seven command line utilities:
: abidiff, kmidiff, abipkgdiff, abicompat, abidw, and abilint.
: The abidiff command line tool compares the ABI of two
: ELF shared libraries and emits meaningful textual reports about
: changes impacting exported functions, variables and their types.
: Simarly, the kmidiff compares the kernel module interface of two Linux
: kernels. abipkgdiff compares the ABIs of ELF binaries contained in
: two packages. abicompat checks if a subsequent version of a shared
: library is still compatible with an application that is linked against
: it. abidw emits an XML representation of the ABI of a given ELF
: shared library. abilint checks that a given XML representation of the
: ABI of a shared library is correct.
:
: Install libabigail if you need to compare the ABI of ELF shared
: libraries.