How to Install and Uninstall opencv.x86_64 Package on AlmaLinux 9

Last updated: June 16,2024

1. Install "opencv.x86_64" package

Please follow the guidelines below to install opencv.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install opencv.x86_64

2. Uninstall "opencv.x86_64" package

In this section, we are going to explain the necessary steps to uninstall opencv.x86_64 on AlmaLinux 9:

$ sudo dnf remove opencv.x86_64 $ sudo dnf autoremove

3. Information about the opencv.x86_64 package on AlmaLinux 9

Last metadata expiration check: 0:43:15 ago on Wed Mar 13 07:41:12 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.