How to Install and Uninstall vigra.x86_64 Package on Amazon Linux 2

Last updated: May 06,2024

1. Install "vigra.x86_64" package

Learn how to install vigra.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install vigra.x86_64

2. Uninstall "vigra.x86_64" package

Please follow the steps below to uninstall vigra.x86_64 on Amazon Linux 2:

$ sudo yum remove vigra.x86_64 $ sudo yum autoremove

3. Information about the vigra.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : vigra
Arch : x86_64
Version : 1.9.0
Release : 11.amzn2.0.1
Size : 135 k
Repo : amzn2-core/2/x86_64
Summary : Generic Programming for Computer Vision
URL : http://hci.iwr.uni-heidelberg.de/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.