How to Install and Uninstall opencv.x86_64 Package on Fedora 36

Last updated: January 11,2025

1. Install "opencv.x86_64" package

This guide covers the steps necessary to install opencv.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install opencv.x86_64

2. Uninstall "opencv.x86_64" package

This guide covers the steps necessary to uninstall opencv.x86_64 on Fedora 36:

$ sudo dnf remove opencv.x86_64 $ sudo dnf autoremove

3. Information about the opencv.x86_64 package on Fedora 36

Last metadata expiration check: 5:08:56 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : opencv
Version : 4.5.5
Release : 5.fc36
Architecture : x86_64
Size : 1.4 M
Source : opencv-4.5.5-5.fc36.src.rpm
Repository : fedora
Summary : Collection of algorithms for computer vision
URL : https://opencv.org
License : BSD
Description : OpenCV means Intel® Open Source Computer Vision Library. It is a collection of
: C functions and a few C++ classes that implement some popular Image Processing
: and Computer Vision algorithms.