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

Last updated: October 07,2024

1. Install "opencv-devel.x86_64" package

In this section, we are going to explain the necessary steps to install opencv-devel.x86_64 on Rocky Linux 9

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

2. Uninstall "opencv-devel.x86_64" package

In this section, we are going to explain the necessary steps to uninstall opencv-devel.x86_64 on Rocky Linux 9:

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

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

Last metadata expiration check: 0:29:02 ago on Fri Feb 16 06:49:52 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.