How to Install and Uninstall opencv-contrib.i686 Package on Fedora 34

Last updated: October 05,2024

1. Install "opencv-contrib.i686" package

This guide covers the steps necessary to install opencv-contrib.i686 on Fedora 34

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

2. Uninstall "opencv-contrib.i686" package

This is a short guide on how to uninstall opencv-contrib.i686 on Fedora 34:

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

3. Information about the opencv-contrib.i686 package on Fedora 34

Last metadata expiration check: 4:08:43 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : opencv-contrib
Version : 4.5.2
Release : 2.fc34
Architecture : i686
Size : 4.7 M
Source : opencv-4.5.2-2.fc34.src.rpm
Repository : updates
Summary : OpenCV contributed functionality
URL : https://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.