How To Install game-music-emu on CentOS 7
Introduction
In this tutorial we learn how to install game-music-emu
on CentOS 7.
What is game-music-emu
Game_Music_Emu is a collection of video game music file emulators that support the following formats and systems * AY ZX Spectrum/Amstrad CPC * GBS Nintendo Game Boy * GYM Sega Genesis/Mega Drive * HES NEC TurboGrafx-16/PC Engine * KSS MSX Home Computer/other Z80 systems (doesn’t support FM sound) * NSF/NSFE Nintendo NES/Famicom (with VRC 6, Namco 106, and FME-7 sound) * SAP Atari systems using POKEY sound chip * SPC Super Nintendo/Super Famicom * VGM/VGZ Sega Master System/Mark III, Sega Genesis/Mega Drive,BBC Micro
We can use yum
or dnf
to install game-music-emu
on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install game-music-emu.
Install game-music-emu on CentOS 7 Using yum
Update yum database with yum
using the following command.
sudo yum makecache
After updating yum database, We can install game-music-emu
using yum
by running the following command:
sudo yum -y install game-music-emu
Install game-music-emu on CentOS 7 Using dnf
If you don’t have dnf installed you can install DNF on CentOS 7 first.
Update yum database with dnf
using the following command.
sudo dnf makecache
After updating yum database, We can install game-music-emu
using dnf
by running the following command:
sudo dnf -y install game-music-emu
How To Uninstall game-music-emu on CentOS 7
To uninstall only the game-music-emu
package we can use the following command:
sudo dnf remove game-music-emu
References
Summary
In this tutorial we learn how to install game-music-emu
on CentOS 7 using yum
and dnf
.