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

Last updated: May 06,2024

1. Install "vigra.x86_64" package

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

$ sudo dnf update $ sudo dnf install vigra.x86_64

2. Uninstall "vigra.x86_64" package

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

$ sudo dnf remove vigra.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:06:59 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : vigra
Version : 1.11.1
Release : 39.fc36
Architecture : x86_64
Size : 193 k
Source : vigra-1.11.1-39.fc36.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.