How To Install atari++ on Fedora 36

In this tutorial we learn how to install atari++ in Fedora 36. atari++ is Unix based emulator of the Atari 8-bit computers

Introduction

In this tutorial we learn how to install atari++ on Fedora 36.

What is atari++

The Atari++ Emulator is a Unix based emulator of the Atari 8-bit computers, namely the Atari 400 and 800, the Atari 400XL, 800XL and 130XE, and the Atari 5200 game console. The emulator is auto-configurable and will compile on a variety of systems (Linux, Solaris, Irix). Atari++ 1.30 and up contain a built-in ROM emulation that tries to mimic the AtariXL operating system closely.

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

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

sudo dnf -y install atari++

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

sudo yum -y install atari++

How To Uninstall atari++ on Fedora 36

To uninstall only the atari++ package we can use the following command:

sudo dnf remove atari++

atari++ Package Contents on Fedora 36

/usr/bin/atari++
/usr/lib/.build-id
/usr/lib/.build-id/13
/usr/lib/.build-id/13/c74d8a8092923af8c80a40d19ccb2af3b44f98
/usr/share/applications/atari++.desktop
/usr/share/atari++
/usr/share/atari++/system.atr
/usr/share/doc/atari++
/usr/share/doc/atari++/CREDITS
/usr/share/doc/atari++/README.History
/usr/share/doc/atari++/README.LEGAL
/usr/share/doc/atari++/README.licence
/usr/share/doc/atari++/basic++doc.pdf
/usr/share/doc/atari++/manual
/usr/share/doc/atari++/manual/atari++.html
/usr/share/doc/atari++/manual/grohtml-54381.png
/usr/share/doc/atari++/manual/grohtml-543810.png
/usr/share/doc/atari++/manual/grohtml-543811.png
/usr/share/doc/atari++/manual/grohtml-543812.png
/usr/share/doc/atari++/manual/grohtml-543813.png
/usr/share/doc/atari++/manual/grohtml-54382.png
/usr/share/doc/atari++/manual/grohtml-54383.png
/usr/share/doc/atari++/manual/grohtml-54384.png
/usr/share/doc/atari++/manual/grohtml-54385.png
/usr/share/doc/atari++/manual/grohtml-54386.png
/usr/share/doc/atari++/manual/grohtml-54387.png
/usr/share/doc/atari++/manual/grohtml-54388.png
/usr/share/doc/atari++/manual/grohtml-54389.png
/usr/share/doc/atari++/os++doc.pdf
/usr/share/licenses/atari++
/usr/share/licenses/atari++/COPYRIGHT
/usr/share/man/man6/atari++.6.gz
/usr/share/pixmaps/atari2.svg

References

Summary

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