How To Install dd2 on Fedora 36

In this tutorial we learn how to install dd2 in Fedora 36. dd2 is Dodgin’ Diamond 2 - Shoot’em up arcade game

Introduction

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

What is dd2

This is a little shoot’em up arcade game for one or two players. It aims to be an ‘old school’ arcade game with low resolution graphics, top-down scroll action, energy based gameplay and different weapons with several levels of power.

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

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

sudo dnf -y install dd2

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

sudo yum -y install dd2

How To Uninstall dd2 on Fedora 36

To uninstall only the dd2 package we can use the following command:

sudo dnf remove dd2

dd2 Package Contents on Fedora 36

/usr/bin/dd2
/usr/lib/.build-id
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/18eb589cf5493f1dfc85c6d47e7417346e524b
/usr/share/applications/dd2.desktop
/usr/share/dd2
/usr/share/dd2/bgm1.xm
/usr/share/dd2/bgm2.xm
/usr/share/dd2/dd2.cfg
/usr/share/dd2/efx1.wav
/usr/share/dd2/efx2.wav
/usr/share/dd2/efx3.wav
/usr/share/dd2/efx4.wav
/usr/share/dd2/efx5.wav
/usr/share/dd2/efx6.wav
/usr/share/dd2/efx7.wav
/usr/share/dd2/efx8.wav
/usr/share/dd2/game.act
/usr/share/dd2/gfx.bmp
/usr/share/doc/dd2
/usr/share/doc/dd2/AUTHORS
/usr/share/doc/dd2/COPYING
/usr/share/doc/dd2/ChangeLog
/usr/share/doc/dd2/NEWS
/usr/share/doc/dd2/README
/usr/share/doc/dd2/TODO
/usr/share/icons/hicolor/24x24/apps/dd2.png
/var/games/dd2-hiscore

References

Summary

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