How To Install libofa.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install libofa.x86_64 on Amazon Linux 2.
What is libofa.x86_64
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.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libofa.x86_64.
Install libofa.x86_64 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.x86_64 using yum by running the following command:
sudo yum -y install libofa.x86_64
How To Uninstall libofa.x86_64 on Amazon Linux 2
To uninstall only the libofa.x86_64 package we can use the following command:
sudo yum remove libofa.x86_64
libofa.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/libofa.so.0
/usr/lib64/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.x86_64 on Amazon Linux 2 using yum.