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

Last updated: July 07,2024

1. Install "vigra.i686" package

In this section, we are going to explain the necessary steps to install vigra.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install vigra.i686

2. Uninstall "vigra.i686" package

Please follow the instructions below to uninstall vigra.i686 on Amazon Linux 2:

$ sudo yum remove vigra.i686 $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : vigra
Arch : i686
Version : 1.9.0
Release : 11.amzn2.0.1
Size : 142 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.