How to Install and Uninstall taglib-sharp.x86_64 Package on Fedora 36

Last updated: October 08,2024

1. Install "taglib-sharp.x86_64" package

This guide covers the steps necessary to install taglib-sharp.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install taglib-sharp.x86_64

2. Uninstall "taglib-sharp.x86_64" package

Learn how to uninstall taglib-sharp.x86_64 on Fedora 36:

$ sudo dnf remove taglib-sharp.x86_64 $ sudo dnf autoremove

3. Information about the taglib-sharp.x86_64 package on Fedora 36

Last metadata expiration check: 2:27:42 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : taglib-sharp
Version : 2.1.0.0
Release : 18.fc36
Architecture : x86_64
Size : 268 k
Source : taglib-sharp-2.1.0.0-18.fc36.src.rpm
Repository : fedora
Summary : Provides tag reading and writing for Banshee and other Mono apps
URL : http://download.banshee-project.org/taglib-sharp/
License : LGPLv2+
Description : 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.