How To Install libtree-ldd on Fedora 36

In this tutorial we learn how to install libtree-ldd in Fedora 36. libtree-ldd is Like ldd but as a tree

Introduction

In this tutorial we learn how to install libtree-ldd on Fedora 36.

What is libtree-ldd

A tool that - turns ldd into a tree - explains why shared libraries are found and why not

We can use yum or dnf to install libtree-ldd on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libtree-ldd.

Install libtree-ldd on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install libtree-ldd

Install libtree-ldd on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libtree-ldd using yum by running the following command:

sudo yum -y install libtree-ldd

How To Uninstall libtree-ldd on Fedora 36

To uninstall only the libtree-ldd package we can use the following command:

sudo dnf remove libtree-ldd

libtree-ldd Package Contents on Fedora 36

/usr/bin/libtree
/usr/lib/.build-id
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/49d240cd986044c6e44f86e84937a8d3c2a2a1
/usr/share/doc/libtree-ldd
/usr/share/doc/libtree-ldd/README.md
/usr/share/licenses/libtree-ldd
/usr/share/licenses/libtree-ldd/LICENSE
/usr/share/man/man1/libtree.1.gz

References

Summary

In this tutorial we learn how to install libtree-ldd on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).