How To Install frei0r-plugins-opencv.x86_64 on Amazon Linux 2

In this tutorial we learn how to install frei0r-plugins-opencv.x86_64 in Amazon Linux 2. frei0r-plugins-opencv.x86_64 is Frei0r plugins using OpenCV

Introduction

In this tutorial we learn how to install frei0r-plugins-opencv.x86_64 on Amazon Linux 2.

What is frei0r-plugins-opencv.x86_64

Frei0r plugins that use the OpenCV computer vision framework.

We can use yum to install frei0r-plugins-opencv.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-plugins-opencv.x86_64.

Install frei0r-plugins-opencv.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-plugins-opencv.x86_64 using yum by running the following command:

sudo yum -y install frei0r-plugins-opencv.x86_64

How To Uninstall frei0r-plugins-opencv.x86_64 on Amazon Linux 2

To uninstall only the frei0r-plugins-opencv.x86_64 package we can use the following command:

sudo yum remove frei0r-plugins-opencv.x86_64

frei0r-plugins-opencv.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/frei0r-1/facebl0r.so
/usr/lib64/frei0r-1/facedetect.so

References

Summary

In this tutorial we learn how to install frei0r-plugins-opencv.x86_64 on Amazon Linux 2 using yum.