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

Last updated: September 20,2024

1. Install "taglib-sharp.x86_64" package

This tutorial shows how to install taglib-sharp.x86_64 on Fedora 34

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

2. Uninstall "taglib-sharp.x86_64" package

This is a short guide on how to uninstall taglib-sharp.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 4:51:01 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : taglib-sharp
Version : 2.1.0.0
Release : 16.fc34
Architecture : x86_64
Size : 278 k
Source : taglib-sharp-2.1.0.0-16.fc34.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.