How To Install tagtool on Fedora 34

tagtool is Ogg Vorbis and MP3 tag manager

Introduction

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

What is tagtool

Audio Tag Tool is a program to manage the information fields in MP3 and Ogg Vorbis files. It can be used to edit tags one by one, but the most useful features are mass tag and mass rename. These are designed to tag or rename hundreds of files at once, in any desired format.

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

Install tagtool 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 tagtool using dnf by running the following command:

sudo dnf -y install tagtool

Install tagtool 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 tagtool using yum by running the following command:

sudo yum -y install tagtool

How To Uninstall tagtool on Fedora 34

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

sudo dnf remove tagtool

tagtool Package Contents on Fedora 34

/usr/bin/tagtool
/usr/lib/.build-id
/usr/lib/.build-id/35
/usr/lib/.build-id/35/eb670caf492c9acac18cd7e0ba7673987daa25
/usr/share/applications/tagtool.desktop
/usr/share/doc/tagtool
/usr/share/doc/tagtool/AUTHORS
/usr/share/doc/tagtool/BUGS
/usr/share/doc/tagtool/ChangeLog
/usr/share/doc/tagtool/NEWS
/usr/share/doc/tagtool/README
/usr/share/icons/hicolor/48x48/apps/TagTool.png
/usr/share/icons/hicolor/scalable/apps/TagTool.svg
/usr/share/licenses/tagtool
/usr/share/licenses/tagtool/COPYING
/usr/share/locale/bg/LC_MESSAGES/tagtool.mo
/usr/share/locale/cs/LC_MESSAGES/tagtool.mo
/usr/share/locale/de/LC_MESSAGES/tagtool.mo
/usr/share/locale/en_GB/LC_MESSAGES/tagtool.mo
/usr/share/locale/es/LC_MESSAGES/tagtool.mo
/usr/share/locale/fr/LC_MESSAGES/tagtool.mo
/usr/share/locale/it/LC_MESSAGES/tagtool.mo
/usr/share/locale/lt/LC_MESSAGES/tagtool.mo
/usr/share/locale/nl/LC_MESSAGES/tagtool.mo
/usr/share/locale/pl/LC_MESSAGES/tagtool.mo
/usr/share/locale/pt/LC_MESSAGES/tagtool.mo
/usr/share/locale/pt_BR/LC_MESSAGES/tagtool.mo
/usr/share/locale/ru/LC_MESSAGES/tagtool.mo
/usr/share/locale/sv/LC_MESSAGES/tagtool.mo
/usr/share/locale/ua/LC_MESSAGES/tagtool.mo
/usr/share/metainfo/tagtool.appdata.xml
/usr/share/tagtool
/usr/share/tagtool/TagTool.png
/usr/share/tagtool/edit.png
/usr/share/tagtool/fail.png
/usr/share/tagtool/file.png
/usr/share/tagtool/folder.png
/usr/share/tagtool/graydot.png
/usr/share/tagtool/greendot.png
/usr/share/tagtool/info.png
/usr/share/tagtool/ok.png
/usr/share/tagtool/preferences.dtd
/usr/share/tagtool/tab_clear.png
/usr/share/tagtool/tab_edit.png
/usr/share/tagtool/tab_playlist.png
/usr/share/tagtool/tab_rename.png
/usr/share/tagtool/tab_tag.png
/usr/share/tagtool/tagtool.glade
/usr/share/tagtool/warn.png

References

Summary

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