How To Install vigra on Fedora 36
Introduction
In this tutorial we learn how to install vigra
on Fedora 36.
What is vigra
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.
We can use yum
or dnf
to install vigra
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install vigra.
Install vigra on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install vigra
using dnf
by running the following command:
sudo dnf -y install vigra
Install vigra on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install vigra
using yum
by running the following command:
sudo yum -y install vigra
How To Uninstall vigra on Fedora 36
To uninstall only the vigra
package we can use the following command:
sudo dnf remove vigra
vigra Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/41
/usr/lib/.build-id/41/a25838fc9825e22f884812a4e714328891c37d
/usr/lib/libvigraimpex.so.11
/usr/lib/libvigraimpex.so.11.1.11.1
/usr/share/doc/vigra
/usr/share/doc/vigra/LICENSE.txt
References
Summary
In this tutorial we learn how to install vigra
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install vigra on Fedora 36” linkTitle: “vigra” type: “docs” description: “In this tutorial we learn how to install vigra in Fedora 36. vigra is Generic Programming for Computer Vision” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/vigra-featured.png
Introduction
In this tutorial we learn how to install vigra
on Fedora 36.
What is vigra
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.
We can use yum
or dnf
to install vigra
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install vigra.
Install vigra on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install vigra
using dnf
by running the following command:
sudo dnf -y install vigra
Install vigra on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install vigra
using yum
by running the following command:
sudo yum -y install vigra
How To Uninstall vigra on Fedora 36
To uninstall only the vigra
package we can use the following command:
sudo dnf remove vigra
vigra Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/e485d51dc5e909e057ef665f100b4b17290bcc
/usr/lib64/libvigraimpex.so.11
/usr/lib64/libvigraimpex.so.11.1.11.1
/usr/share/doc/vigra
/usr/share/doc/vigra/LICENSE.txt
References
Summary
In this tutorial we learn how to install vigra
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).