How To Install taglib on Fedora 36
Introduction
In this tutorial we learn how to install taglib
on Fedora 36.
What is taglib
TagLib is a library for reading and editing the meta-data of several popular audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and Vorbis comments in FLAC, MPC, Speex, WavPack, TrueAudio files, as well as APE Tags.
We can use yum
or dnf
to install taglib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install taglib.
Install taglib 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
using dnf
by running the following command:
sudo dnf -y install taglib
Install taglib 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
using yum
by running the following command:
sudo yum -y install taglib
How To Uninstall taglib on Fedora 36
To uninstall only the taglib
package we can use the following command:
sudo dnf remove taglib
taglib Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/68
/usr/lib/.build-id/68/578d4eefa425620c6d6164b1ff1e881b36f832
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/51b88beca519fc34e577a1ee5a3a89232f6964
/usr/lib64/libtag.so.1
/usr/lib64/libtag.so.1.18.0
/usr/lib64/libtag_c.so.0
/usr/lib64/libtag_c.so.0.0.0
/usr/share/doc/taglib
/usr/share/doc/taglib/AUTHORS
/usr/share/doc/taglib/NEWS
/usr/share/licenses/taglib
/usr/share/licenses/taglib/COPYING.LGPL
/usr/share/licenses/taglib/COPYING.MPL
References
Summary
In this tutorial we learn how to install taglib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install taglib on Fedora 36” linkTitle: “taglib” type: “docs” description: “In this tutorial we learn how to install taglib in Fedora 36. taglib is Audio Meta-Data Library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/taglib-featured.png
Introduction
In this tutorial we learn how to install taglib
on Fedora 36.
What is taglib
TagLib is a library for reading and editing the meta-data of several popular audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and Vorbis comments in FLAC, MPC, Speex, WavPack, TrueAudio files, as well as APE Tags.
We can use yum
or dnf
to install taglib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install taglib.
Install taglib 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
using dnf
by running the following command:
sudo dnf -y install taglib
Install taglib 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
using yum
by running the following command:
sudo yum -y install taglib
How To Uninstall taglib on Fedora 36
To uninstall only the taglib
package we can use the following command:
sudo dnf remove taglib
taglib Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/5bbdf96d8348c72c73493e46d176007bb5ce62
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/e9b06da15ee7c1c72e452067ab4e5bf200d185
/usr/lib/libtag.so.1
/usr/lib/libtag.so.1.18.0
/usr/lib/libtag_c.so.0
/usr/lib/libtag_c.so.0.0.0
/usr/share/doc/taglib
/usr/share/doc/taglib/AUTHORS
/usr/share/doc/taglib/NEWS
/usr/share/licenses/taglib
/usr/share/licenses/taglib/COPYING.LGPL
/usr/share/licenses/taglib/COPYING.MPL
References
Summary
In this tutorial we learn how to install taglib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).