How to Install and Uninstall opencv.src Package on Oracle Linux 8

Last updated: May 18,2024

1. Install "opencv.src" package

This tutorial shows how to install opencv.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install opencv.src

2. Uninstall "opencv.src" package

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

$ sudo dnf remove opencv.src $ sudo dnf autoremove

3. Information about the opencv.src package on Oracle Linux 8

Last metadata expiration check: 5:49:49 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : opencv
Version : 3.4.6
Release : 7.el8
Architecture : src
Size : 133 M
Source : None
Repository : ol8_appstream
Summary : Collection of algorithms for computer vision
URL : http://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.