How To Install xmoto on Fedora 34

xmoto is Challenging 2D Motocross Platform Game

Introduction

In this tutorial we learn how to install xmoto on Fedora 34.

What is xmoto

X-Moto is a challenging 2D motocross platform game, where physics play an all important role in the gameplay. You need to control your bike to its limit, if you want to have a chance finishing the more difficult of the challenges. First you’ll try just to complete the levels, while later you’ll compete with yourself and others, racing against the clock.

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

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

sudo dnf -y install xmoto

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

sudo yum -y install xmoto

How To Uninstall xmoto on Fedora 34

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

sudo dnf remove xmoto

xmoto Package Contents on Fedora 34

/usr/bin/xmoto
/usr/lib/.build-id
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/3e1ab1c88c6c6715f5dca1f7be585457282b31
/usr/share/appdata/xmoto.appdata.xml
/usr/share/applications/xmoto.desktop
/usr/share/doc/xmoto
/usr/share/doc/xmoto/ChangeLog
/usr/share/doc/xmoto/README.md
/usr/share/icons/hicolor/48x48/apps/xmoto.png
/usr/share/licenses/xmoto
/usr/share/licenses/xmoto/COPYING
/usr/share/locale/ca_ES/LC_MESSAGES/xmoto.mo
/usr/share/locale/cs_CZ/LC_MESSAGES/xmoto.mo
/usr/share/locale/da_DK/LC_MESSAGES/xmoto.mo
/usr/share/locale/de/LC_MESSAGES/xmoto.mo
/usr/share/locale/es/LC_MESSAGES/xmoto.mo
/usr/share/locale/fi/LC_MESSAGES/xmoto.mo
/usr/share/locale/fr/LC_MESSAGES/xmoto.mo
/usr/share/locale/gl_ES/LC_MESSAGES/xmoto.mo
/usr/share/locale/hu/LC_MESSAGES/xmoto.mo
/usr/share/locale/it/LC_MESSAGES/xmoto.mo
/usr/share/locale/lt/LC_MESSAGES/xmoto.mo
/usr/share/locale/lv/LC_MESSAGES/xmoto.mo
/usr/share/locale/nb_NO/LC_MESSAGES/xmoto.mo
/usr/share/locale/nl/LC_MESSAGES/xmoto.mo
/usr/share/locale/nn_NO/LC_MESSAGES/xmoto.mo
/usr/share/locale/pl/LC_MESSAGES/xmoto.mo
/usr/share/locale/pt/LC_MESSAGES/xmoto.mo
/usr/share/locale/pt_BR/LC_MESSAGES/xmoto.mo
/usr/share/locale/ru/LC_MESSAGES/xmoto.mo
/usr/share/locale/sk/LC_MESSAGES/xmoto.mo
/usr/share/locale/sv_SE/LC_MESSAGES/xmoto.mo
/usr/share/locale/tr/LC_MESSAGES/xmoto.mo
/usr/share/locale/zh_TW/LC_MESSAGES/xmoto.mo
/usr/share/man/man6/xmoto.6.gz
/usr/share/pixmaps/xmoto.xpm
/usr/share/xmoto
/usr/share/xmoto/Textures
/usr/share/xmoto/Textures/Fonts
/usr/share/xmoto/Textures/Fonts/DejaVuSans.ttf
/usr/share/xmoto/Textures/Fonts/DejaVuSansMono.ttf
/usr/share/xmoto/Textures/Musics
/usr/share/xmoto/Textures/Musics/MadeiraStew.ogg
/usr/share/xmoto/Textures/Musics/batcave.ogg
/usr/share/xmoto/Textures/Musics/foxrun.ogg
/usr/share/xmoto/Textures/Musics/legolodio.ogg
/usr/share/xmoto/Textures/Musics/menu.ogg
/usr/share/xmoto/Textures/Musics/ridealong.ogg
/usr/share/xmoto/Textures/Musics/speeditup.ogg
/usr/share/xmoto/xmoto.bin
/usr/share/xmoto/xmoto_icone_x.ico

References

Summary

In this tutorial we learn how to install xmoto on Fedora 34 using yum and dnf.