How To Install libofa on Fedora 34

libofa is Open Fingerprint Architecture library Open Fingerprint Architecture library

Introduction

In this tutorial we learn how to install libofa on Fedora 34.

What is libofa

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 libofa 0.9.3 39.fc34 x86_64 68 k libofa-0.9.3-39.fc34.src.rpm fedora Open Fingerprint Architecture library http GPLv2 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 or dnf to install libofa on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libofa.

Install libofa on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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

sudo dnf -y install libofa

Install libofa on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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

sudo yum -y install libofa

How To Uninstall libofa on Fedora 34

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

sudo dnf remove libofa

libofa Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/18
/usr/lib/.build-id/18/e42e5c600d8ae260d69d84b2b6d467b494fbb2
/usr/lib/libofa.so.0
/usr/lib/libofa.so.0.0.0
/usr/share/doc/libofa
/usr/share/doc/libofa/AUTHORS
/usr/share/doc/libofa/README
/usr/share/licenses/libofa
/usr/share/licenses/libofa/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/2d01ca3ee67c943dfb61b5c639cfcb13461e6a
/usr/lib64/libofa.so.0
/usr/lib64/libofa.so.0.0.0
/usr/share/doc/libofa
/usr/share/doc/libofa/AUTHORS
/usr/share/doc/libofa/README
/usr/share/licenses/libofa
/usr/share/licenses/libofa/COPYING

References

Summary

In this tutorial we learn how to install libofa on Fedora 34 using yum and dnf.