How To Install atomorun on Fedora 34
Introduction
In this tutorial we learn how to install atomorun
on Fedora 34.
What is atomorun
Atomorun is a OpenGL Jump&Run game where you have to flee an exploding nuclear bomb.
We can use yum
or dnf
to install atomorun
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install atomorun.
Install atomorun on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install atomorun
using dnf
by running the following command:
sudo dnf -y install atomorun
Install atomorun on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install atomorun
using yum
by running the following command:
sudo yum -y install atomorun
How To Uninstall atomorun on Fedora 34
To uninstall only the atomorun
package we can use the following command:
sudo dnf remove atomorun
atomorun Package Contents on Fedora 34
/usr/bin/atomorun
/usr/lib/.build-id
/usr/lib/.build-id/42
/usr/lib/.build-id/42/cd3688ba449b3bf9875b020db13a8b7e9b5694
/usr/share/appdata/atomorun.appdata.xml
/usr/share/applications/atomorun.desktop
/usr/share/atomorun
/usr/share/atomorun/atom.ogg
/usr/share/atomorun/explode.ogg
/usr/share/atomorun/ingame_music.ogg
/usr/share/atomorun/jump.ogg
/usr/share/atomorun/menu_change.ogg
/usr/share/atomorun/pixmaps
/usr/share/atomorun/pixmaps/acid.png
/usr/share/atomorun/pixmaps/acidfog.png
/usr/share/atomorun/pixmaps/atomorun_icon.png
/usr/share/atomorun/pixmaps/b.png
/usr/share/atomorun/pixmaps/font.png
/usr/share/atomorun/pixmaps/g.png
/usr/share/atomorun/pixmaps/g_top.png
/usr/share/atomorun/pixmaps/menu.png
/usr/share/atomorun/pixmaps/skybox.png
/usr/share/atomorun/walk.ogg
/usr/share/atomorun/wind.ogg
/usr/share/doc/atomorun
/usr/share/doc/atomorun/AUTHORS
/usr/share/doc/atomorun/COPYING
/usr/share/doc/atomorun/ChangeLog
/usr/share/doc/atomorun/README
/usr/share/doc/atomorun/TODO
/usr/share/icons/hicolor/128x128/apps/atomorun.png
/usr/share/icons/hicolor/48x48/apps/atomorun.png
References
Summary
In this tutorial we learn how to install atomorun
on Fedora 34 using yum and dnf.