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

Last updated: September 23,2024

1. Install "opencv.i686" package

This tutorial shows how to install opencv.i686 on AlmaLinux 8

$ sudo dnf update $ sudo dnf install opencv.i686

2. Uninstall "opencv.i686" package

Please follow the steps below to uninstall opencv.i686 on AlmaLinux 8:

$ sudo dnf remove opencv.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1:01:00 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : opencv
Version : 3.4.6
Release : 6.el8
Architecture : i686
Size : 1.6 M
Source : opencv-3.4.6-6.el8.src.rpm
Repository : appstream
Summary : Collection of algorithms for computer vision
URL : http://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.