How To Install tagtool on Fedora 36
Introduction
In this tutorial we learn how to install tagtool on Fedora 36.
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 36. In this tutorial we discuss both methods but you only need to choose one of method to install tagtool.
Install tagtool 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 tagtool using dnf by running the following command:
sudo dnf -y install tagtool
Install tagtool 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 tagtool using yum by running the following command:
sudo yum -y install tagtool
How To Uninstall tagtool on Fedora 36
To uninstall only the tagtool package we can use the following command:
sudo dnf remove tagtool
tagtool Package Contents on Fedora 36
/usr/bin/tagtool
/usr/lib/.build-id
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/7d2f05c155f264de681010f7255f576cf2a9d8
/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 36 using yum and [dnf]((/fedora/36/dnf/).