How to Install and Uninstall libdwarf.i686 Package on Amazon Linux 2

Last updated: May 18,2024

1. Install "libdwarf.i686" package

In this section, we are going to explain the necessary steps to install libdwarf.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libdwarf.i686

2. Uninstall "libdwarf.i686" package

This tutorial shows how to uninstall libdwarf.i686 on Amazon Linux 2:

$ sudo yum remove libdwarf.i686 $ sudo yum autoremove

3. Information about the libdwarf.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : libdwarf
Arch : i686
Version : 20130207
Release : 4.amzn2.0.2
Size : 127 k
Repo : amzn2-core/2/x86_64
Summary : Library to access the DWARF Debugging file format
URL : http://reality.sgiweb.org/davea/dwarf.html
License : LGPLv2
Description : Library to access the DWARF debugging file format which supports
: source level debugging of a number of procedural languages, such
: as C, C++, and Fortran. Please see http://www.dwarfstd.org for
: DWARF specification.