How To Install milkytracker on Fedora 34
Introduction
In this tutorial we learn how to install milkytracker
on Fedora 34.
What is milkytracker
MilkyTracker is an application for creating music in the .MOD and .XM formats. Its goal is to be free replacement for the popular Fasttracker II software.
We can use yum
or dnf
to install milkytracker
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install milkytracker.
Install milkytracker 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 milkytracker
using dnf
by running the following command:
sudo dnf -y install milkytracker
Install milkytracker 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 milkytracker
using yum
by running the following command:
sudo yum -y install milkytracker
How To Uninstall milkytracker on Fedora 34
To uninstall only the milkytracker
package we can use the following command:
sudo dnf remove milkytracker
milkytracker Package Contents on Fedora 34
/usr/bin/milkytracker
/usr/lib/.build-id
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/9202a7f7256f3272f1f6979bcfba77f5db3f62
/usr/share/applications/milkytracker.desktop
/usr/share/doc/milkytracker
/usr/share/doc/milkytracker/Authors.txt
/usr/share/doc/milkytracker/ChangeLog.html
/usr/share/doc/milkytracker/Copying.txt
/usr/share/doc/milkytracker/FAQ.html
/usr/share/doc/milkytracker/MilkyTracker.html
/usr/share/doc/milkytracker/TiTAN.nfo
/usr/share/doc/milkytracker/readme_unix
/usr/share/metainfo/milkytracker.appdata.xml
/usr/share/milkytracker
/usr/share/milkytracker/songs
/usr/share/milkytracker/songs/milky.xm
/usr/share/milkytracker/songs/slumberjack.xm
/usr/share/milkytracker/songs/sv_ttt.xm
/usr/share/milkytracker/songs/theday.xm
/usr/share/milkytracker/songs/universalnetwork2_real.xm
/usr/share/pixmaps/milkytracker.png
References
Summary
In this tutorial we learn how to install milkytracker
on Fedora 34 using yum and dnf.