How To Install libofa.i686 on Amazon Linux 2

In this tutorial we learn how to install libofa.i686 in Amazon Linux 2. libofa.i686 is Open Fingerprint Architecture library

Introduction

In this tutorial we learn how to install libofa.i686 on Amazon Linux 2.

What is libofa.i686

Currently, MusicDNS and the Open Fingerprint Architecture are being used to * identify duplicate tracks, even when the metadata is different, MusicIP identifies the master recording. * fix metadata * find out more about tracks by connecting to MusicBrainz

We can use yum to install libofa.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libofa.i686.

Install libofa.i686 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libofa.i686 using yum by running the following command:

sudo yum -y install libofa.i686

How To Uninstall libofa.i686 on Amazon Linux 2

To uninstall only the libofa.i686 package we can use the following command:

sudo yum remove libofa.i686

libofa.i686 Package Contents on Amazon Linux 2

/usr/lib/libofa.so.0
/usr/lib/libofa.so.0.0.0
/usr/share/doc/libofa-0.9.3
/usr/share/doc/libofa-0.9.3/AUTHORS
/usr/share/doc/libofa-0.9.3/COPYING
/usr/share/doc/libofa-0.9.3/README

References

Summary

In this tutorial we learn how to install libofa.i686 on Amazon Linux 2 using yum.