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

Last updated: November 25,2024

1. Install "opencv-contrib.x86_64" package

Here is a brief guide to show you how to install opencv-contrib.x86_64 on AlmaLinux 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 AlmaLinux 8:

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

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

Last metadata expiration check: 0:40:34 ago on Mon Sep 5 03:22:42 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 : 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.