How To Install openalchemist on Fedora 34

openalchemist is Reflection game

Introduction

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

What is openalchemist

OpenAlchemist is a new reflection game which looks like classic falling block games but where you can take your time. Be a crazy alchemist and try to make new objects from those you get from the sky.

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

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

sudo dnf -y install openalchemist

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

sudo yum -y install openalchemist

How To Uninstall openalchemist on Fedora 34

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

sudo dnf remove openalchemist

openalchemist Package Contents on Fedora 34

/usr/bin/openalchemist
/usr/bin/openalchemist-config
/usr/lib/.build-id
/usr/lib/.build-id/69
/usr/lib/.build-id/69/690c70a60bae0da0bcae33e66350d5d1736f49
/usr/share/appdata/openalchemist.appdata.xml
/usr/share/applications/openalchemist.desktop
/usr/share/doc/openalchemist
/usr/share/doc/openalchemist/AUTHORS
/usr/share/doc/openalchemist/ChangeLog
/usr/share/doc/openalchemist/README
/usr/share/doc/openalchemist/TODO
/usr/share/icons/hicolor/scalable/apps/openalchemist.svg
/usr/share/licenses/openalchemist
/usr/share/licenses/openalchemist/CODE-LICENSE
/usr/share/licenses/openalchemist/GRAPHICS-LICENSE
/usr/share/openalchemist
/usr/share/openalchemist/Cavern_Of_Time.ogg
/usr/share/openalchemist/aqua.zip
/usr/share/openalchemist/brushed.zip
/usr/share/openalchemist/creation.wav
/usr/share/openalchemist/destroy.wav
/usr/share/openalchemist/fall.wav
/usr/share/openalchemist/loading.png
/usr/share/openalchemist/logo.ico
/usr/share/openalchemist/logo.png
/usr/share/openalchemist/logo_svg.svg
/usr/share/openalchemist/move.wav
/usr/share/openalchemist/progression-cursor.png
/usr/share/openalchemist/progression.png
/usr/share/openalchemist/vectoriel.zip

References

Summary

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