How To Install libdvdread-devel on Fedora 36

In this tutorial we learn how to install libdvdread-devel in Fedora 36. libdvdread-devel is Development files for libdvdread

Introduction

In this tutorial we learn how to install libdvdread-devel on Fedora 36.

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 Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdvdread-devel.

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

sudo dnf -y install libdvdread-devel

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

sudo yum -y install libdvdread-devel

How To Uninstall libdvdread-devel on Fedora 36

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

sudo dnf remove libdvdread-devel

libdvdread-devel Package Contents on Fedora 36

/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/include/dvdread/version.h
/usr/lib/libdvdread.so
/usr/lib/pkgconfig/dvdread.pc
/usr/share/doc/libdvdread/ChangeLog
/usr/share/doc/libdvdread/TODO
---
title: "How To Install libdvdread-devel on Fedora 36"
linkTitle: "libdvdread-devel"
type: "docs"
description: "In this tutorial we learn how to install libdvdread-devel in Fedora 36. libdvdread-devel is Development files for libdvdread"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libdvdread-devel-featured.png
---

## Introduction

In this tutorial we learn how to install `libdvdread-devel` on Fedora 36.

### 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 Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdvdread-devel.

## Install libdvdread-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
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 Fedora 36 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 Fedora 36

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

sudo dnf remove libdvdread-devel

libdvdread-devel Package Contents on Fedora 36

References

Summary

In this tutorial we learn how to install libdvdread-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/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/include/dvdread/version.h /usr/lib64/libdvdread.so /usr/lib64/pkgconfig/dvdread.pc /usr/share/doc/libdvdread/ChangeLog /usr/share/doc/libdvdread/TODO


## References

* [libdvdread-devel website](http://dvdnav.mplayerhq.hu/)

## Summary

In this tutorial we learn how to install `libdvdread-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).