How To Install soundtracker on Fedora 36
Introduction
In this tutorial we learn how to install soundtracker on Fedora 36.
What is soundtracker
Soundtracker is a module tracker for the X Window System similar to the DOS program `FastTracker’. Soundtracker is based on the XM file format. The user interface makes use of GTK2.
We can use yum or dnf to install soundtracker on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install soundtracker.
Install soundtracker 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 soundtracker using dnf by running the following command:
sudo dnf -y install soundtracker
Install soundtracker 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 soundtracker using yum by running the following command:
sudo yum -y install soundtracker
How To Uninstall soundtracker on Fedora 36
To uninstall only the soundtracker package we can use the following command:
sudo dnf remove soundtracker
soundtracker Package Contents on Fedora 36
/usr/bin/soundtracker
/usr/bin/soundtracker_convert_config
/usr/lib/.build-id
/usr/lib/.build-id/86
/usr/lib/.build-id/86/978b998876825b84608cbd767e21e2afea5dc1
/usr/share/appdata/soundtracker.appdata.xml
/usr/share/applications/soundtracker.desktop
/usr/share/doc/soundtracker
/usr/share/doc/soundtracker/AUTHORS
/usr/share/doc/soundtracker/FAQ
/usr/share/doc/soundtracker/NEWS
/usr/share/doc/soundtracker/README
/usr/share/doc/soundtracker/TODO
/usr/share/licenses/soundtracker
/usr/share/licenses/soundtracker/COPYING
/usr/share/locale/da/LC_MESSAGES/soundtracker.mo
/usr/share/locale/de/LC_MESSAGES/soundtracker.mo
/usr/share/locale/en@boldquot/LC_MESSAGES/soundtracker.mo
/usr/share/locale/en@quot/LC_MESSAGES/soundtracker.mo
/usr/share/locale/es/LC_MESSAGES/soundtracker.mo
/usr/share/locale/fr/LC_MESSAGES/soundtracker.mo
/usr/share/locale/gl/LC_MESSAGES/soundtracker.mo
/usr/share/locale/hr/LC_MESSAGES/soundtracker.mo
/usr/share/locale/it/LC_MESSAGES/soundtracker.mo
/usr/share/locale/ja/LC_MESSAGES/soundtracker.mo
/usr/share/locale/no/LC_MESSAGES/soundtracker.mo
/usr/share/locale/pl/LC_MESSAGES/soundtracker.mo
/usr/share/locale/ru/LC_MESSAGES/soundtracker.mo
/usr/share/locale/rw/LC_MESSAGES/soundtracker.mo
/usr/share/locale/sk/LC_MESSAGES/soundtracker.mo
/usr/share/locale/sl/LC_MESSAGES/soundtracker.mo
/usr/share/locale/sv/LC_MESSAGES/soundtracker.mo
/usr/share/locale/tr/LC_MESSAGES/soundtracker.mo
/usr/share/locale/vi/LC_MESSAGES/soundtracker.mo
/usr/share/man/man1/soundtracker.1.gz
/usr/share/pixmaps/soundtracker-icon.png
/usr/share/soundtracker
/usr/share/soundtracker/cheat-sheet.C.txt
/usr/share/soundtracker/cheat-sheet.ru.txt
/usr/share/soundtracker/crop-16.png
/usr/share/soundtracker/downarrow.xpm
/usr/share/soundtracker/envelope-box.xml
/usr/share/soundtracker/flat.xpm
/usr/share/soundtracker/history-16.png
/usr/share/soundtracker/led_off.xpm
/usr/share/soundtracker/led_on.xpm
/usr/share/soundtracker/lock.xpm
/usr/share/soundtracker/loop.xpm
/usr/share/soundtracker/muted.png
/usr/share/soundtracker/play.xpm
/usr/share/soundtracker/play_block.xpm
/usr/share/soundtracker/play_cur.xpm
/usr/share/soundtracker/play_from.xpm
/usr/share/soundtracker/rightarrow.xpm
/usr/share/soundtracker/sample-editor.xml
/usr/share/soundtracker/select-all-16.png
/usr/share/soundtracker/select-all-22.png
/usr/share/soundtracker/select-none-16.png
/usr/share/soundtracker/select-none-22.png
/usr/share/soundtracker/sharp.xpm
/usr/share/soundtracker/soundtracker-icon.png
/usr/share/soundtracker/soundtracker.xml
/usr/share/soundtracker/soundtracker_splash.png
/usr/share/soundtracker/stop.xpm
/usr/share/soundtracker/unmuted.png
References
Summary
In this tutorial we learn how to install soundtracker on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).