How To Install libdwarves1-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install libdwarves1-devel.x86_64 in Amazon Linux 2. libdwarves1-devel.x86_64 is Debugging information library development files
Introduction
In this tutorial we learn how to install libdwarves1-devel.x86_64
on Amazon Linux 2.
What is libdwarves1-devel.x86_64
Debugging information processing library development files.
We can use yum
to install libdwarves1-devel.x86_64
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libdwarves1-devel.x86_64.
Install libdwarves1-devel.x86_64 on Amazon Linux 2 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libdwarves1-devel.x86_64
using yum
by running the following command:
sudo yum -y install libdwarves1-devel.x86_64
How To Uninstall libdwarves1-devel.x86_64 on Amazon Linux 2
To uninstall only the libdwarves1-devel.x86_64
package we can use the following command:
sudo yum remove libdwarves1-devel.x86_64
libdwarves1-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/dwarves/btf_encoder.h
/usr/include/dwarves/config.h
/usr/include/dwarves/ctf.h
/usr/include/dwarves/dutil.h
/usr/include/dwarves/dwarves.h
/usr/include/dwarves/dwarves_emit.h
/usr/include/dwarves/dwarves_reorganize.h
/usr/include/dwarves/elf_symtab.h
/usr/include/dwarves/elfcreator.h
/usr/include/dwarves/gobuffer.h
/usr/include/dwarves/hash.h
/usr/include/dwarves/libctf.h
/usr/include/dwarves/list.h
/usr/include/dwarves/rbtree.h
/usr/lib64/libdwarves.so
/usr/lib64/libdwarves_emit.so
/usr/lib64/libdwarves_reorganize.so
/usr/share/doc/libdwarves1-devel-1.22
/usr/share/doc/libdwarves1-devel-1.22/MANIFEST
/usr/share/doc/libdwarves1-devel-1.22/README
References
Summary
In this tutorial we learn how to install libdwarves1-devel.x86_64
on Amazon Linux 2 using yum.