How To Install taglib-sharp on Fedora 36

In this tutorial we learn how to install taglib-sharp in Fedora 36. taglib-sharp is Provides tag reading and writing for Banshee and other Mono apps

Introduction

In this tutorial we learn how to install taglib-sharp on Fedora 36.

What is taglib-sharp

TagLib# is a FREE and Open Source library for the .NET 2.0 and Mono frameworks which will let you tag your software with as much or as little detail as you like without slowing you down. It supports a large variety of movie and music formats which abstract away the work, handling all the different cases, so all you have to do is access file.Tag.Title, file.Tag.Lyrics, or my personal favorite file.Tag.Pictures. But don’t think all this abstraction is gonna keep you from tagging’s greatest gems. You can still get to a specific tag type’s features with just a few lines of code.

We can use yum or dnf to install taglib-sharp on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install taglib-sharp.

Install taglib-sharp on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install taglib-sharp

Install taglib-sharp on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install taglib-sharp using yum by running the following command:

sudo yum -y install taglib-sharp

How To Uninstall taglib-sharp on Fedora 36

To uninstall only the taglib-sharp package we can use the following command:

sudo dnf remove taglib-sharp

taglib-sharp Package Contents on Fedora 36

/usr/lib/mono/gac/policy.2.0.taglib-sharp
/usr/lib/mono/gac/policy.2.0.taglib-sharp/0.0.0.0__db62eba44689b5b0
/usr/lib/mono/gac/policy.2.0.taglib-sharp/0.0.0.0__db62eba44689b5b0/policy.2.0.taglib-sharp.config
/usr/lib/mono/gac/policy.2.0.taglib-sharp/0.0.0.0__db62eba44689b5b0/policy.2.0.taglib-sharp.dll
/usr/lib/mono/gac/taglib-sharp
/usr/lib/mono/gac/taglib-sharp/2.1.0.0__db62eba44689b5b0
/usr/lib/mono/gac/taglib-sharp/2.1.0.0__db62eba44689b5b0/taglib-sharp.dll
/usr/lib/mono/gac/taglib-sharp/2.1.0.0__db62eba44689b5b0/taglib-sharp.dll.mdb
/usr/lib/mono/taglib-sharp
/usr/lib/mono/taglib-sharp/taglib-sharp.dll
/usr/share/doc/taglib-sharp
/usr/share/doc/taglib-sharp/COPYING

References

Summary

In this tutorial we learn how to install taglib-sharp on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).