How To Install libbluray.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install libbluray.x86_64
on Amazon Linux 2.
What is libbluray.x86_64
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.x86_64
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libbluray.x86_64.
Install libbluray.x86_64 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.x86_64
using yum
by running the following command:
sudo yum -y install libbluray.x86_64
How To Uninstall libbluray.x86_64 on Amazon Linux 2
To uninstall only the libbluray.x86_64
package we can use the following command:
sudo yum remove libbluray.x86_64
libbluray.x86_64 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/lib64/libbluray.so.1
/usr/lib64/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.x86_64
on Amazon Linux 2 using yum.