How To Install libdv on Fedora 36

title: “How To Install libdv on Fedora 36” description: “In this tutorial we learn how to install libdv in Fedora 36. libdv is Software decoder for DV format video” linkTitle: “libdv” date: “2022-08-17” type: “docs” lastmod: “2022-08-17” description: “In this tutorial we learn how to install libdv in Fedora 36. libdv is Software decoder for DV format video” #image: /images/fedora/36/libdv-featured.png date: “2022-08-17”

lastmod: “2022-08-17”

Introduction

#image: /images/fedora/36/libdv-featured.png


In this tutorial we learn how to install libdv on Fedora 36.

Introduction

What is libdv

In this tutorial we learn how to install libdv on Fedora 36.

The Quasar DV codec (libdv) is a software codec for DV video, the encoding format used by most digital camcorders, typically those that support the IEEE 1394 (a.k.a. FireWire or i.Link) interface. libdv was developed according to the official standards for DV video and SMPTE 314M.

What is libdv

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

The Quasar DV codec (libdv) is a software codec for DV video, the encoding format used by most digital camcorders, typically those that support the IEEE 1394 (a.k.a. FireWire or i.Link) interface. libdv was developed according to the official standards for DV video and SMPTE 314M.

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

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

sudo dnf -y install libdv

Install libdv on Fedora 36 Using dnf

Install libdv on Fedora 36 Using yum

Update yum database with dnf using the following command.

Update yum database with yum using the following command.


sudo dnf makecache --refresh
```bash

sudo yum makecache –refresh


After updating yum database, We can install `libdv` using `dnf` by running the following command:

```bash
After updating yum database, We can install `libdv` using `yum` by running the following command:
sudo dnf -y install libdv

sudo yum -y install libdv

Install libdv on Fedora 36 Using yum

How To Uninstall libdv on Fedora 36

Update yum database with yum using the following command.

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


sudo yum makecache --refresh
```bash

sudo dnf remove libdv


After updating yum database, We can install `libdv` using `yum` by running the following command:
## libdv Package Contents on Fedora 36


```bash
```bash
sudo yum -y install libdv

How To Uninstall libdv on Fedora 36

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

sudo dnf remove libdv

libdv Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/da
/usr/lib/.build-id/da/8254f5b95586b202616d013d6be6f38f7447f7
/usr/lib/libdv.so.4
/usr/lib/libdv.so.4.0.3
/usr/share/doc/libdv
/usr/share/doc/libdv/ChangeLog
/usr/share/licenses/libdv
/usr/share/licenses/libdv/COPYING
/usr/share/licenses/libdv/COPYRIGHT

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/01 /usr/lib/.build-id/01/15e2469e25e7ad06107e28d2c01a376dd90b22 /usr/lib64/libdv.so.4 /usr/lib64/libdv.so.4.0.3 /usr/share/doc/libdv /usr/share/doc/libdv/ChangeLog /usr/share/licenses/libdv /usr/share/licenses/libdv/COPYING /usr/share/licenses/libdv/COPYRIGHT


## References

* [libdv website](http://libdv.sourceforge.net/)

## Summary

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