How to Install and Uninstall vigra.i686 Package on Fedora 34

Last updated: June 29,2024

1. Install "vigra.i686" package

Please follow the instructions below to install vigra.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install vigra.i686

2. Uninstall "vigra.i686" package

Please follow the instructions below to uninstall vigra.i686 on Fedora 34:

$ sudo dnf remove vigra.i686 $ sudo dnf autoremove

3. Information about the vigra.i686 package on Fedora 34

Last metadata expiration check: 3:34:00 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : vigra
Version : 1.11.1
Release : 28.fc34
Architecture : i686
Size : 206 k
Source : vigra-1.11.1-28.fc34.src.rpm
Repository : fedora
Summary : Generic Programming for Computer Vision
URL : http://ukoethe.github.io/vigra/
License : MIT
Description : VIGRA stands for "Vision with Generic Algorithms". It's a novel computer vision
: library that puts its main emphasis on customizable algorithms and data
: structures. By using template techniques similar to those in the C++ Standard
: Template Library, you can easily adapt any VIGRA component to the needs of your
: application without thereby giving up execution speed.