How to Install and Uninstall opencv.x86_64 Package on Amazon Linux 2
Last updated: November 26,2024
1. Install "opencv.x86_64" package
This guide covers the steps necessary to install opencv.x86_64 on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
opencv.x86_64
Copied
2. Uninstall "opencv.x86_64" package
Here is a brief guide to show you how to uninstall opencv.x86_64 on Amazon Linux 2:
$
sudo yum remove
opencv.x86_64
Copied
$
sudo yum autoremove
Copied
3. Information about the opencv.x86_64 package on Amazon Linux 2
Loaded plugins: ovl, priorities
Available Packages
Name : opencv
Arch : x86_64
Version : 2.4.5
Release : 3.amzn2.0.2
Size : 3.8 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.
Available Packages
Name : opencv
Arch : x86_64
Version : 2.4.5
Release : 3.amzn2.0.2
Size : 3.8 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.