How To Install libbluray on Fedora 34

libbluray is Library to access Blu-Ray disks for video playback Library to access Blu-Ray disks for video playback

Introduction

In this tutorial we learn how to install libbluray on Fedora 34.

What is libbluray

This package is aiming to provide a full portable free open source Blu-Ray library, which can be plugged into popular media players to allow full Blu-Ray navigation and playback on Linux. It will eventually be compatible with all current titles, and will be easily portable and embeddable in standard players such as MPlayer and VLC. libbluray 1.3.0 1.fc34 x86_64 172 k libbluray-1.3.0-1.fc34.src.rpm updates Library to access Blu-Ray disks for video playback https LGPLv2+ This package is aiming to provide a full portable free open source Blu-Ray library, which can be plugged into popular media players to allow full Blu-Ray navigation and playback on Linux. It will eventually be compatible with all current titles, and will be easily portable and embeddable in standard players such as MPlayer and VLC.

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

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

sudo dnf -y install libbluray

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

sudo yum -y install libbluray

How To Uninstall libbluray on Fedora 34

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

sudo dnf remove libbluray

libbluray Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/87
/usr/lib/.build-id/87/2118b6d0ef1bf7c07342028d20446be631993f
/usr/lib64/libbluray.so.2
/usr/lib64/libbluray.so.2.3.0
/usr/share/doc/libbluray
/usr/share/doc/libbluray/ChangeLog
/usr/share/doc/libbluray/README.txt
/usr/share/licenses/libbluray
/usr/share/licenses/libbluray/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/7383a48ca5316aff0813fe30347c87103fabf6
/usr/lib/libbluray.so.2
/usr/lib/libbluray.so.2.4.0
/usr/share/doc/libbluray
/usr/share/doc/libbluray/ChangeLog
/usr/share/doc/libbluray/README.txt
/usr/share/licenses/libbluray
/usr/share/licenses/libbluray/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/24f6dd61ad9f046b6150e7863b73590cbc817e
/usr/lib/libbluray.so.2
/usr/lib/libbluray.so.2.3.0
/usr/share/doc/libbluray
/usr/share/doc/libbluray/ChangeLog
/usr/share/doc/libbluray/README.txt
/usr/share/licenses/libbluray
/usr/share/licenses/libbluray/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/c33ada946d9c5f7a912ff9ae92ab42c34cd213
/usr/lib64/libbluray.so.2
/usr/lib64/libbluray.so.2.4.0
/usr/share/doc/libbluray
/usr/share/doc/libbluray/ChangeLog
/usr/share/doc/libbluray/README.txt
/usr/share/licenses/libbluray
/usr/share/licenses/libbluray/COPYING

References

Summary

In this tutorial we learn how to install libbluray on Fedora 34 using yum and dnf.