How to Install and Uninstall opencv.i686 Package on Amazon Linux 2

Last updated: June 29,2024

1. Install "opencv.i686" package

Here is a brief guide to show you how to install opencv.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install opencv.i686

2. Uninstall "opencv.i686" package

Please follow the steps below to uninstall opencv.i686 on Amazon Linux 2:

$ sudo yum remove opencv.i686 $ sudo yum autoremove

3. Information about the opencv.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : opencv
Arch : i686
Version : 2.4.5
Release : 3.amzn2.0.2
Size : 3.9 M
Repo : amzn2-core/2/x86_64
Summary : Collection of algorithms for computer vision
URL : http://opencv.org
License : BSD
Description : OpenCV means Intel? Open Source Computer Vision Library. It is a
: collection of C functions and a few C++ classes that implement
: some popular Image Processing and Computer Vision algorithms.