How to Install and Uninstall opencv.x86_64 Package on CentOS Stream 9

Last updated: October 03,2024

1. Install "opencv.x86_64" package

Please follow the step by step instructions below to install opencv.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install opencv.x86_64

2. Uninstall "opencv.x86_64" package

Here is a brief guide to show you how to uninstall opencv.x86_64 on CentOS Stream 9:

$ sudo dnf remove opencv.x86_64 $ sudo dnf autoremove

3. Information about the opencv.x86_64 package on CentOS Stream 9

Last metadata expiration check: 1:52:03 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : opencv
Version : 4.6.0
Release : 7.el9
Architecture : x86_64
Size : 1.4 M
Source : opencv-4.6.0-7.el9.src.rpm
Repository : epel
Summary : Collection of algorithms for computer vision
URL : https://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.