How To Install hatari-ui on Fedora 36

In this tutorial we learn how to install hatari-ui in Fedora 36. hatari-ui is External user interface for Hatari

Introduction

In this tutorial we learn how to install hatari-ui on Fedora 36.

What is hatari-ui

Hatari UI is an out-of-process user interface for the Hatari emulator and its built-in debugger which can (optionally) embed the Hatari emulator window.

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

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

sudo dnf -y install hatari-ui

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

sudo yum -y install hatari-ui

How To Uninstall hatari-ui on Fedora 36

To uninstall only the hatari-ui package we can use the following command:

sudo dnf remove hatari-ui

hatari-ui Package Contents on Fedora 36

/usr/bin/hatariui
/usr/share/applications/hatariui.desktop
/usr/share/doc/hatari-ui
/usr/share/doc/hatari-ui/README
/usr/share/doc/hatari-ui/TODO
/usr/share/doc/hatari-ui/release-notes.txt
/usr/share/hatari/hatariui
/usr/share/hatari/hatariui/config.py
/usr/share/hatari/hatariui/conftypes.py
/usr/share/hatari/hatariui/debugui.py
/usr/share/hatari/hatariui/dialogs.py
/usr/share/hatari/hatariui/hatari-icon.png
/usr/share/hatari/hatariui/hatari-logo.png
/usr/share/hatari/hatariui/hatari.py
/usr/share/hatari/hatariui/hatariui.py
/usr/share/hatari/hatariui/uihelpers.py
/usr/share/hatari/hconsole
/usr/share/hatari/hconsole/example-commands
/usr/share/hatari/hconsole/example-debugger
/usr/share/hatari/hconsole/example.py
/usr/share/hatari/hconsole/hconsole.py
/usr/share/man/man1/hatariui.1.gz
/usr/share/man/man1/hconsole.1.gz

References

Summary

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