How To Install libdv.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install libdv.x86_64
on Amazon Linux 2.
What is libdv.x86_64
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
We can use yum
to install libdv.x86_64
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libdv.x86_64.
Install libdv.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 libdv.x86_64
using yum
by running the following command:
sudo yum -y install libdv.x86_64
How To Uninstall libdv.x86_64 on Amazon Linux 2
To uninstall only the libdv.x86_64
package we can use the following command:
sudo yum remove libdv.x86_64
libdv.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/libdv.so.4
/usr/lib64/libdv.so.4.0.3
/usr/share/doc/libdv-1.0.0
/usr/share/doc/libdv-1.0.0/COPYING
/usr/share/doc/libdv-1.0.0/COPYRIGHT
/usr/share/doc/libdv-1.0.0/ChangeLog
References
Summary
In this tutorial we learn how to install libdv.x86_64
on Amazon Linux 2 using yum.