How To Install libdvdread-devel on Rocky Linux 8

In this tutorial we learn how to install libdvdread-devel on Rocky Linux 8. libdvdread-devel is Development files for libdvdread

Introduction

In this tutorial we learn how to install libdvdread-devel on Rocky Linux 8.

What is libdvdread-devel

libdvdread provides a simple foundation for reading DVD video disks. It provides the functionality that is required to access many DVDs. This package contains development files for libdvdread.

We can use yum or dnf to install libdvdread-devel on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libdvdread-devel.

Install libdvdread-devel on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libdvdread-devel using dnf by running the following command:

sudo dnf -y install libdvdread-devel

Install libdvdread-devel on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libdvdread-devel using yum by running the following command:

sudo yum -y install libdvdread-devel

How To Uninstall libdvdread-devel on Rocky Linux 8

To uninstall only the libdvdread-devel package we can use the following command:

sudo dnf remove libdvdread-devel

libdvdread-devel Package Contents on Rocky Linux 8

/usr/include/dvdread
/usr/include/dvdread/bitreader.h
/usr/include/dvdread/dvd_reader.h
/usr/include/dvdread/dvd_udf.h
/usr/include/dvdread/ifo_print.h
/usr/include/dvdread/ifo_read.h
/usr/include/dvdread/ifo_types.h
/usr/include/dvdread/nav_print.h
/usr/include/dvdread/nav_read.h
/usr/include/dvdread/nav_types.h
/usr/lib/libdvdread.so
/usr/lib/pkgconfig/dvdread.pc
/usr/share/doc/libdvdread/ChangeLog
/usr/share/doc/libdvdread/TODO
/usr/include/dvdread
/usr/include/dvdread/bitreader.h
/usr/include/dvdread/dvd_reader.h
/usr/include/dvdread/dvd_udf.h
/usr/include/dvdread/ifo_print.h
/usr/include/dvdread/ifo_read.h
/usr/include/dvdread/ifo_types.h
/usr/include/dvdread/nav_print.h
/usr/include/dvdread/nav_read.h
/usr/include/dvdread/nav_types.h
/usr/lib64/libdvdread.so
/usr/lib64/pkgconfig/dvdread.pc
/usr/share/doc/libdvdread/ChangeLog
/usr/share/doc/libdvdread/TODO

References

Summary

In this tutorial we learn how to install libdvdread-devel on Rocky Linux 8 using yum and dnf.