How To Install libavc1394-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install libavc1394-devel.x86_64 in Amazon Linux 2. libavc1394-devel.x86_64 is Development libs for libavc1394
Introduction
In this tutorial we learn how to install libavc1394-devel.x86_64 on Amazon Linux 2.
What is libavc1394-devel.x86_64
Development libraries required to build applications using libavc1394.
We can use yum to install libavc1394-devel.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libavc1394-devel.x86_64.
Install libavc1394-devel.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 libavc1394-devel.x86_64 using yum by running the following command:
sudo yum -y install libavc1394-devel.x86_64
How To Uninstall libavc1394-devel.x86_64 on Amazon Linux 2
To uninstall only the libavc1394-devel.x86_64 package we can use the following command:
sudo yum remove libavc1394-devel.x86_64
libavc1394-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/libavc1394
/usr/include/libavc1394/avc1394.h
/usr/include/libavc1394/avc1394_vcr.h
/usr/include/libavc1394/rom1394.h
/usr/lib64/libavc1394.so
/usr/lib64/librom1394.so
/usr/lib64/pkgconfig/libavc1394.pc
References
Summary
In this tutorial we learn how to install libavc1394-devel.x86_64 on Amazon Linux 2 using yum.