How To Install libdwarves1 on Rocky Linux 8

In this tutorial we learn how to install libdwarves1 on Rocky Linux 8. libdwarves1 is Debugging information processing library

Introduction

In this tutorial we learn how to install libdwarves1 on Rocky Linux 8.

What is libdwarves1

Debugging information processing library.

We can use yum or dnf to install libdwarves1 on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libdwarves1.

Install libdwarves1 on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libdwarves1 using dnf by running the following command:

sudo dnf -y install libdwarves1

Install libdwarves1 on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libdwarves1 using yum by running the following command:

sudo yum -y install libdwarves1

How To Uninstall libdwarves1 on Rocky Linux 8

To uninstall only the libdwarves1 package we can use the following command:

sudo dnf remove libdwarves1

libdwarves1 Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/f885818b76ad8dac72d65b6f21a565c2d6803c
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/bbf50f3d39d85b5f08a000c00b7761bcb651df
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/547ab73936a3e8456c12b74f8c66f7482811a7
/usr/lib/libdwarves.so.1
/usr/lib/libdwarves.so.1.0.0
/usr/lib/libdwarves_emit.so.1
/usr/lib/libdwarves_emit.so.1.0.0
/usr/lib/libdwarves_reorganize.so.1
/usr/lib/libdwarves_reorganize.so.1.0.0
/usr/lib/.build-id
/usr/lib/.build-id/55
/usr/lib/.build-id/55/9946ec8200df3235dee4cfcca0e6c35d94aaba
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/8dcd71ae2c630783ef319f0b17ff8881819973
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/0413bb1d3e3820d84049de8f6b058ba61fcd09
/usr/lib64/libdwarves.so.1
/usr/lib64/libdwarves.so.1.0.0
/usr/lib64/libdwarves_emit.so.1
/usr/lib64/libdwarves_emit.so.1.0.0
/usr/lib64/libdwarves_reorganize.so.1
/usr/lib64/libdwarves_reorganize.so.1.0.0

References

Summary

In this tutorial we learn how to install libdwarves1 on Rocky Linux 8 using yum and dnf.