How To Install cbios-openmsx on Fedora 36

In this tutorial we learn how to install cbios-openmsx in Fedora 36. cbios-openmsx is C-BIOS support for openMSX

Introduction

In this tutorial we learn how to install cbios-openmsx on Fedora 36.

What is cbios-openmsx

Adds C-BIOS support for openMSX, a third party MSX compatible BIOS.

We can use yum or dnf to install cbios-openmsx on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cbios-openmsx.

Install cbios-openmsx 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 cbios-openmsx using dnf by running the following command:

sudo dnf -y install cbios-openmsx

Install cbios-openmsx 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 cbios-openmsx using yum by running the following command:

sudo yum -y install cbios-openmsx

How To Uninstall cbios-openmsx on Fedora 36

To uninstall only the cbios-openmsx package we can use the following command:

sudo dnf remove cbios-openmsx

cbios-openmsx Package Contents on Fedora 36

/usr/share/doc/cbios-openmsx
/usr/share/doc/cbios-openmsx/README.txt
/usr/share/openmsx/machines/C-BIOS_MSX1.xml
/usr/share/openmsx/machines/C-BIOS_MSX1_BR.xml
/usr/share/openmsx/machines/C-BIOS_MSX1_EU.xml
/usr/share/openmsx/machines/C-BIOS_MSX1_JP.xml
/usr/share/openmsx/machines/C-BIOS_MSX2+.xml
/usr/share/openmsx/machines/C-BIOS_MSX2+_BR.xml
/usr/share/openmsx/machines/C-BIOS_MSX2+_EU.xml
/usr/share/openmsx/machines/C-BIOS_MSX2+_JP.xml
/usr/share/openmsx/machines/C-BIOS_MSX2.xml
/usr/share/openmsx/machines/C-BIOS_MSX2_BR.xml
/usr/share/openmsx/machines/C-BIOS_MSX2_EU.xml
/usr/share/openmsx/machines/C-BIOS_MSX2_JP.xml
/usr/share/openmsx/machines/cbios_basic.rom
/usr/share/openmsx/machines/cbios_disk.rom
/usr/share/openmsx/machines/cbios_logo_msx1.rom
/usr/share/openmsx/machines/cbios_logo_msx2+.rom
/usr/share/openmsx/machines/cbios_logo_msx2.rom
/usr/share/openmsx/machines/cbios_main_msx1.rom
/usr/share/openmsx/machines/cbios_main_msx1_br.rom
/usr/share/openmsx/machines/cbios_main_msx1_eu.rom
/usr/share/openmsx/machines/cbios_main_msx1_jp.rom
/usr/share/openmsx/machines/cbios_main_msx2+.rom
/usr/share/openmsx/machines/cbios_main_msx2+_br.rom
/usr/share/openmsx/machines/cbios_main_msx2+_eu.rom
/usr/share/openmsx/machines/cbios_main_msx2+_jp.rom
/usr/share/openmsx/machines/cbios_main_msx2.rom
/usr/share/openmsx/machines/cbios_main_msx2_br.rom
/usr/share/openmsx/machines/cbios_main_msx2_eu.rom
/usr/share/openmsx/machines/cbios_main_msx2_jp.rom
/usr/share/openmsx/machines/cbios_music.rom
/usr/share/openmsx/machines/cbios_sub.rom

References

Summary

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