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

Last updated: June 18,2024

1. Install "opencv-contrib.x86_64" package

Please follow the step by step instructions below to install opencv-contrib.x86_64 on Oracle Linux 8

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

2. Uninstall "opencv-contrib.x86_64" package

In this section, we are going to explain the necessary steps to uninstall opencv-contrib.x86_64 on Oracle Linux 8:

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

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

Last metadata expiration check: 2:04:26 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : opencv-contrib
Version : 3.4.6
Release : 7.el8
Architecture : x86_64
Size : 3.7 M
Source : opencv-3.4.6-7.el8.src.rpm
Repository : ol8_appstream
Summary : OpenCV contributed functionality
URL : http://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.