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

Last updated: May 08,2024

1. Install "opencv-contrib.i686" package

In this section, we are going to explain the necessary steps to install opencv-contrib.i686 on AlmaLinux 8

$ sudo dnf update $ sudo dnf install opencv-contrib.i686

2. Uninstall "opencv-contrib.i686" package

This tutorial shows how to uninstall opencv-contrib.i686 on AlmaLinux 8:

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

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

Last metadata expiration check: 0:51:26 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : opencv-contrib
Version : 3.4.6
Release : 7.el8
Architecture : i686
Size : 3.9 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.