How To Install game-music-emu on Fedora 36

In this tutorial we learn how to install game-music-emu in Fedora 36. game-music-emu is Video game music file emulation/playback library

Introduction

In this tutorial we learn how to install game-music-emu on Fedora 36.

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 Fedora 36. 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 Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install game-music-emu using dnf by running the following command:

sudo dnf -y install game-music-emu

Install game-music-emu 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 game-music-emu using yum by running the following command:

sudo yum -y install game-music-emu

How To Uninstall game-music-emu on Fedora 36

To uninstall only the game-music-emu package we can use the following command:

sudo dnf remove game-music-emu

game-music-emu Package Contents on Fedora 36

---
title: "How To Install game-music-emu on Fedora 36"
linkTitle: "game-music-emu"
type: "docs"
description: "In this tutorial we learn how to install game-music-emu in Fedora 36. game-music-emu is Video game music file emulation/playback library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/game-music-emu-featured.png
---

## Introduction

In this tutorial we learn how to install `game-music-emu` on Fedora 36.

### 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 Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install game-music-emu.
/usr/lib/.build-id
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/95ff7b0463b98e3afb6b93be633c7cf3d04ec6
/usr/lib/libgme.so.0
/usr/lib/libgme.so.0.6.3
/usr/share/doc/game-music-emu
/usr/share/doc/game-music-emu/changes.txt
/usr/share/doc/game-music-emu/license.txt
/usr/share/doc/game-music-emu/readme.txt

## Install game-music-emu on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install game-music-emu using dnf by running the following command:

sudo dnf -y install game-music-emu

Install game-music-emu 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 game-music-emu using yum by running the following command:

sudo yum -y install game-music-emu

How To Uninstall game-music-emu on Fedora 36

To uninstall only the game-music-emu package we can use the following command:

sudo dnf remove game-music-emu

game-music-emu Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/be
/usr/lib/.build-id/be/554a5788d37c92a628eb909aa7a69aabf18b54
/usr/lib64/libgme.so.0
/usr/lib64/libgme.so.0.6.3
/usr/share/doc/game-music-emu
/usr/share/doc/game-music-emu/changes.txt
/usr/share/doc/game-music-emu/license.txt
/usr/share/doc/game-music-emu/readme.txt

References

Summary

In this tutorial we learn how to install game-music-emu on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


## References

* [game-music-emu website](https://bitbucket.org/mpyne/game-music-emu/wiki/Home)

## Summary

In this tutorial we learn how to install `game-music-emu` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).