How To Install libbluray-utils on Fedora 36
Introduction
In this tutorial we learn how to install libbluray-utils on Fedora 36.
What is libbluray-utils
The libbluray-utils package contains test utilities for libbluray.
We can use yum or dnf to install libbluray-utils on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libbluray-utils.
Install libbluray-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 libbluray-utils using dnf by running the following command:
sudo dnf -y install libbluray-utils
Install libbluray-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 libbluray-utils using yum by running the following command:
sudo yum -y install libbluray-utils
How To Uninstall libbluray-utils on Fedora 36
To uninstall only the libbluray-utils package we can use the following command:
sudo dnf remove libbluray-utils
libbluray-utils Package Contents on Fedora 36
/usr/bin/bd_info
/usr/bin/bd_list_titles
/usr/bin/bd_splice
/usr/lib/.build-id
/usr/lib/.build-id/28
/usr/lib/.build-id/28/67ab18a0a8a28f3d73c263d9a0e7c5dc559b2e
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/1a9d2067e1ad1138218ea72e94cd0b83a1c4c5
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/de353233a54b4617ce7b80ccd3d9637ad585ac
References
Summary
In this tutorial we learn how to install libbluray-utils on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).