How To Install libpath_utils on Fedora 34
Introduction
In this tutorial we learn how to install libpath_utils
on Fedora 34.
What is libpath_utils
Utility functions to manipulate filesystem pathnames libpath_utils 0.2.1 47.fc34 x86_64 29 k ding-libs-0.6.1-47.fc34.src.rpm fedora Filesystem Path Utilities https LGPLv3+ Utility functions to manipulate filesystem pathnames
We can use yum
or dnf
to install libpath_utils
on Fedora 34. 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 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34
To uninstall only the libpath_utils
package we can use the following command:
sudo dnf remove libpath_utils
libpath_utils Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/4edc0b13b21fbe898a9147762f2bbf590f5992
/usr/lib/libpath_utils.so.1
/usr/lib/libpath_utils.so.1.0.1
/usr/share/doc/libpath_utils
/usr/share/doc/libpath_utils/COPYING
/usr/share/doc/libpath_utils/COPYING.LESSER
/usr/lib/.build-id
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/7aeb947a739663455b67095155caab51f824b5
/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
- [libpath_utils website](https://pagure.io/SSSD/ding-libs https://pagure.io/SSSD/ding-libs)
Summary
In this tutorial we learn how to install libpath_utils
on Fedora 34 using yum and dnf.