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

Last updated: June 03,2024

1. Install "opencv-contrib.x86_64" package

Please follow the steps below to install opencv-contrib.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install opencv-contrib.x86_64

2. Uninstall "opencv-contrib.x86_64" package

Please follow the steps below to uninstall opencv-contrib.x86_64 on AlmaLinux 9:

$ sudo dnf remove opencv-contrib.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:11:01 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : opencv-contrib
Version : 4.6.0
Release : 7.el9
Architecture : x86_64
Size : 4.4 M
Source : opencv-4.6.0-7.el9.src.rpm
Repository : epel
Summary : OpenCV contributed functionality
URL : https://opencv.org
License : BSD
Description : This package is intended for development of so-called "extra" modules, contributed
: functionality. New modules quite often do not have stable API, and they are not
: well-tested. Thus, they shouldn't be released as a part of official OpenCV
: distribution, since the library maintains binary compatibility, and tries
: to provide decent performance and stability.