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

Last updated: October 09,2024

1. Install "opencv-devel.x86_64" package

This guide covers the steps necessary to install opencv-devel.x86_64 on AlmaLinux 9

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

2. Uninstall "opencv-devel.x86_64" package

Please follow the steps below to uninstall opencv-devel.x86_64 on AlmaLinux 9:

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

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

Last metadata expiration check: 0:23:20 ago on Wed Mar 13 07:41:12 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.