How To Install libbluray.i686 on Amazon Linux 2

In this tutorial we learn how to install libbluray.i686 in Amazon Linux 2. libbluray.i686 is Library to access Blu-Ray disks for video playback

Introduction

In this tutorial we learn how to install libbluray.i686 on Amazon Linux 2.

What is libbluray.i686

This package is aiming to provide a full portable free open source bluray library, which can be plugged into popular media players to allow full bluray 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 to install libbluray.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libbluray.i686.

Install libbluray.i686 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libbluray.i686 using yum by running the following command:

sudo yum -y install libbluray.i686

How To Uninstall libbluray.i686 on Amazon Linux 2

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

sudo yum remove libbluray.i686

libbluray.i686 Package Contents on Amazon Linux 2

/usr/bin/bd_info
/usr/bin/bdsplice
/usr/bin/clpi_dump
/usr/bin/hdmv_test
/usr/bin/index_dump
/usr/bin/libbluray_test
/usr/bin/list_titles
/usr/bin/mobj_dump
/usr/bin/mpls_dump
/usr/bin/sound_dump
/usr/lib/libbluray.so.1
/usr/lib/libbluray.so.1.2.0
/usr/share/doc/libbluray-0.2.3
/usr/share/doc/libbluray-0.2.3/COPYING
/usr/share/doc/libbluray-0.2.3/README.txt
/usr/share/doc/libbluray-0.2.3/player_wrappers
/usr/share/doc/libbluray-0.2.3/player_wrappers/xine
/usr/share/doc/libbluray-0.2.3/player_wrappers/xine/HOWTO
/usr/share/doc/libbluray-0.2.3/player_wrappers/xine/Makefile
/usr/share/doc/libbluray-0.2.3/player_wrappers/xine/input_bluray.c

References

Summary

In this tutorial we learn how to install libbluray.i686 on Amazon Linux 2 using yum.