How To Install alchemyquest on Fedora 36
Introduction
In this tutorial we learn how to install alchemyquest
on Fedora 36.
What is alchemyquest
Alchemy Quest 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 alchemyquest
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install alchemyquest.
Install alchemyquest 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 alchemyquest
using dnf
by running the following command:
sudo dnf -y install alchemyquest
Install alchemyquest 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 alchemyquest
using yum
by running the following command:
sudo yum -y install alchemyquest
How To Uninstall alchemyquest on Fedora 36
To uninstall only the alchemyquest
package we can use the following command:
sudo dnf remove alchemyquest
alchemyquest Package Contents on Fedora 36
/usr/bin/alchemyquest
/usr/bin/openalchemist
/usr/lib/.build-id
/usr/lib/.build-id/41
/usr/lib/.build-id/41/7dc0009882685c7c21a12ce6491d8b59f45449
/usr/share/alchemyquest
/usr/share/alchemyquest/alchemyquest-elements
/usr/share/alchemyquest/alchemyquest-elements/ball.zip
/usr/share/alchemyquest/alchemyquest-elements/orb.zip
/usr/share/alchemyquest/alchemyquest-elements/potion.zip
/usr/share/alchemyquest/alchemyquest-skins
/usr/share/alchemyquest/alchemyquest-skins/aqua.zip
/usr/share/alchemyquest/data
/usr/share/alchemyquest/data/gamerzilla
/usr/share/alchemyquest/data/gamerzilla/allunlocked.png
/usr/share/alchemyquest/data/gamerzilla/firstunlocked.png
/usr/share/alchemyquest/data/gamerzilla/mostunlocked.png
/usr/share/alchemyquest/data/gamerzilla/notachieved.png
/usr/share/alchemyquest/data/gamerzilla/openalchemist.game
/usr/share/alchemyquest/data/gamerzilla/openalchemist.png
/usr/share/alchemyquest/data/loading.png
/usr/share/alchemyquest/data/logo.ico
/usr/share/alchemyquest/data/logo.png
/usr/share/alchemyquest/data/logo_svg.svg
/usr/share/alchemyquest/data/progression-cursor.png
/usr/share/alchemyquest/data/progression.png
/usr/share/alchemyquest/music
/usr/share/alchemyquest/music/Cavern_Of_Time.ogg
/usr/share/alchemyquest/skins
/usr/share/alchemyquest/skins/aqua.zip
/usr/share/alchemyquest/skins/brushed.zip
/usr/share/alchemyquest/skins/vectoriel.zip
/usr/share/alchemyquest/sounds
/usr/share/alchemyquest/sounds/creation.wav
/usr/share/alchemyquest/sounds/destroy.wav
/usr/share/alchemyquest/sounds/fall.wav
/usr/share/alchemyquest/sounds/move.wav
/usr/share/applications/alchemyquest.desktop
/usr/share/applications/openalchemist.desktop
/usr/share/doc/alchemyquest
/usr/share/doc/alchemyquest/AUTHORS
/usr/share/doc/alchemyquest/ChangeLog
/usr/share/doc/alchemyquest/README.md
/usr/share/icons/hicolor/16x16/apps/alchemyquest.png
/usr/share/icons/hicolor/32x32/apps/alchemyquest.png
/usr/share/icons/hicolor/48x48/apps/alchemyquest.png
/usr/share/icons/hicolor/scalable/apps/openalchemist.svg
/usr/share/licenses/alchemyquest
/usr/share/licenses/alchemyquest/CODE-LICENSE
/usr/share/licenses/alchemyquest/GRAPHICS-LICENSE
/usr/share/metainfo/alchemyquest.metainfo.xml
/usr/share/metainfo/openalchemist.metainfo.xml
References
Summary
In this tutorial we learn how to install alchemyquest
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).