How To Install libpath_utils on Fedora 36

In this tutorial we learn how to install libpath_utils in Fedora 36. libpath_utils is Filesystem Path Utilities

Introduction

In this tutorial we learn how to install libpath_utils on Fedora 36.

What is libpath_utils

Utility functions to manipulate filesystem pathnames

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

Install libpath_utils 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 libpath_utils using dnf by running the following command:

sudo dnf -y install libpath_utils

Install libpath_utils 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 libpath_utils using yum by running the following command:

sudo yum -y install libpath_utils

How To Uninstall libpath_utils on Fedora 36

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

sudo dnf remove libpath_utils

libpath_utils Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/9a9604c28c1a2307b08862cdb0ae52021a8514
/usr/lib64/libpath_utils.so.1
/usr/lib64/libpath_utils.so.1.0.1
/usr/share/doc/libpath_utils
/usr/share/doc/libpath_utils/COPYING
/usr/share/doc/libpath_utils/COPYING.LESSER

References

Summary

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