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

Last updated: October 06,2024

1. Install "opencv-contrib.x86_64" package

Here is a brief guide to show you how to install opencv-contrib.x86_64 on Oracle Linux 9

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

2. Uninstall "opencv-contrib.x86_64" package

Please follow the guidelines below to uninstall opencv-contrib.x86_64 on Oracle Linux 9:

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

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

Last metadata expiration check: 2:28:36 ago on Thu Feb 15 07:50:05 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.