How to Install and Uninstall opencv.x86_64 Package on Oracle Linux 9

Last updated: September 30,2024

1. Install "opencv.x86_64" package

Please follow the guidance below to install opencv.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install opencv.x86_64

2. Uninstall "opencv.x86_64" package

Please follow the step by step instructions below to uninstall opencv.x86_64 on Oracle Linux 9:

$ sudo dnf remove opencv.x86_64 $ sudo dnf autoremove

3. Information about the opencv.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:55:19 ago on Thu Feb 15 07:50:05 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.