How To Install schismtracker on Fedora 36
Introduction
In this tutorial we learn how to install schismtracker
on Fedora 36.
What is schismtracker
Schismtracker is a module tracker for the X Window System similar to the DOS program `Impulse Tracker’. Schismtracker can play/modify various sound formats such as MOD, S3M, XM, IT, 669 and others. The user interface is mostly text-based using SDL for graphical output.
We can use yum
or dnf
to install schismtracker
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install schismtracker.
Install schismtracker 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 schismtracker
using dnf
by running the following command:
sudo dnf -y install schismtracker
Install schismtracker 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 schismtracker
using yum
by running the following command:
sudo yum -y install schismtracker
How To Uninstall schismtracker on Fedora 36
To uninstall only the schismtracker
package we can use the following command:
sudo dnf remove schismtracker
schismtracker Package Contents on Fedora 36
/usr/bin/schismtracker
/usr/lib/.build-id
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/dd14ab3ffa43bfc2addf25a05ae7fec53675f8
/usr/share/applications/schism.desktop
/usr/share/applications/schismtracker.desktop
/usr/share/doc/schismtracker
/usr/share/doc/schismtracker/AUTHORS
/usr/share/doc/schismtracker/COPYING
/usr/share/doc/schismtracker/NEWS
/usr/share/icons/hicolor/16x16/apps/schismtracker.png
/usr/share/icons/hicolor/22x22/apps/schismtracker.png
/usr/share/icons/hicolor/24x24/apps/schismtracker.png
/usr/share/icons/hicolor/32x32/apps/schismtracker.png
/usr/share/icons/hicolor/36x36/apps/schismtracker.png
/usr/share/icons/hicolor/48x48/apps/schismtracker.png
/usr/share/icons/hicolor/64x64/apps/schismtracker.png
/usr/share/icons/hicolor/72x72/apps/schismtracker.png
/usr/share/icons/hicolor/96x96/apps/schismtracker.png
/usr/share/icons/hicolor/scalable/apps/schismtracker.svg
/usr/share/man/man1/schismtracker.1.gz
/usr/share/pixmaps/schism-icon-128.png
References
Summary
In this tutorial we learn how to install schismtracker
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).