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

Last updated: November 30,2024

1. Install "opencv-contrib.i686" package

This is a short guide on how to install opencv-contrib.i686 on Fedora 38

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

2. Uninstall "opencv-contrib.i686" package

Please follow the guidelines below to uninstall opencv-contrib.i686 on Fedora 38:

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

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

Last metadata expiration check: 4:03:24 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : opencv-contrib
Version : 4.7.0
Release : 9.fc38
Architecture : i686
Size : 4.7 M
Source : opencv-4.7.0-9.fc38.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.