How To Install frei0r-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install frei0r-devel.x86_64 in Amazon Linux 2. frei0r-devel.x86_64 is Development files for frei0r-plugins
Introduction
In this tutorial we learn how to install frei0r-devel.x86_64 on Amazon Linux 2.
What is frei0r-devel.x86_64
The frei0r-plugins-devel package contains libraries and header files for developing applications that use frei0r-plugins.
We can use yum to install frei0r-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 frei0r-devel.x86_64.
Install frei0r-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 frei0r-devel.x86_64 using yum by running the following command:
sudo yum -y install frei0r-devel.x86_64
How To Uninstall frei0r-devel.x86_64 on Amazon Linux 2
To uninstall only the frei0r-devel.x86_64 package we can use the following command:
sudo yum remove frei0r-devel.x86_64
frei0r-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/frei0r.h
/usr/lib64/pkgconfig/frei0r.pc
References
Summary
In this tutorial we learn how to install frei0r-devel.x86_64 on Amazon Linux 2 using yum.