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

Last updated: October 05,2024

1. Install "opencv-devel.x86_64" package

This guide let you learn how to install opencv-devel.x86_64 on Oracle Linux 9

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

2. Uninstall "opencv-devel.x86_64" package

Here is a brief guide to show you how to uninstall opencv-devel.x86_64 on Oracle Linux 9:

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

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

Last metadata expiration check: 1:10:47 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : opencv-devel
Version : 4.6.0
Release : 7.el9
Architecture : x86_64
Size : 1.1 M
Source : opencv-4.6.0-7.el9.src.rpm
Repository : epel
Summary : Development files for using the OpenCV library
URL : https://opencv.org
License : BSD
Description : This package contains the OpenCV C/C++ library and header files, as well as
: documentation. It should be installed if you want to develop programs that
: will use the OpenCV library. You should consider installing opencv-doc
: package.