How To Install libdvdnav on Fedora 34

libdvdnav is A library for reading DVD video discs based on Ogle code A library for reading DVD video discs based on Ogle code

Introduction

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

What is libdvdnav

libdvdnav provides a simple library for reading DVD video discs. The code is based on Ogle and used in, among others, the Xine dvdnav plug-in. libdvdnav 6.1.0 2.fc34 x86_64 55 k libdvdnav-6.1.0-2.fc34.src.rpm fedora A library for reading DVD video discs based on Ogle code http GPLv2+ libdvdnav provides a simple library for reading DVD video discs. The code is based on Ogle and used in, among others, the Xine dvdnav plug-in.

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

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

sudo dnf -y install libdvdnav

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

sudo yum -y install libdvdnav

How To Uninstall libdvdnav on Fedora 34

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

sudo dnf remove libdvdnav

libdvdnav Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/6d8c941f835436b276878fbf2dd980e31efe9f
/usr/lib64/libdvdnav.so.4
/usr/lib64/libdvdnav.so.4.3.0
/usr/share/doc/libdvdnav
/usr/share/doc/libdvdnav/AUTHORS
/usr/share/doc/libdvdnav/ChangeLog
/usr/share/doc/libdvdnav/README
/usr/share/licenses/libdvdnav
/usr/share/licenses/libdvdnav/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/7be80d88dc15f869146fba8e6fdbc08e73d758
/usr/lib/libdvdnav.so.4
/usr/lib/libdvdnav.so.4.3.0
/usr/share/doc/libdvdnav
/usr/share/doc/libdvdnav/AUTHORS
/usr/share/doc/libdvdnav/ChangeLog
/usr/share/doc/libdvdnav/README
/usr/share/licenses/libdvdnav
/usr/share/licenses/libdvdnav/COPYING

References

Summary

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