How To Install gweled on Fedora 36
Introduction
In this tutorial we learn how to install gweled on Fedora 36.
What is gweled
Gweled is a Gnome version of a popular PalmOS/Windows/Java game called “Bejeweled” or “Diamond Mine”. The aim of the game is to make alignment of 3 or more gems, both vertically or horizontally by swapping adjacent gems. The game ends when there are no possible moves left.
We can use yum or dnf to install gweled on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gweled.
Install gweled 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 gweled using dnf by running the following command:
sudo dnf -y install gweled
Install gweled 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 gweled using yum by running the following command:
sudo yum -y install gweled
How To Uninstall gweled on Fedora 36
To uninstall only the gweled package we can use the following command:
sudo dnf remove gweled
gweled Package Contents on Fedora 36
/usr/bin/gweled
/usr/lib/.build-id
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/c46283cadf98c0ff26e989a6acfae2464b4e47
/usr/share/appdata/gweled.appdata.xml
/usr/share/applications/gweled.desktop
/usr/share/doc/gweled
/usr/share/doc/gweled/AUTHORS
/usr/share/doc/gweled/NEWS
/usr/share/gweled
/usr/share/gweled/gweled.ui
/usr/share/icons/hicolor/16x16/apps/gweled.png
/usr/share/icons/hicolor/22x22/apps/gweled.png
/usr/share/icons/hicolor/24x24/apps/gweled.png
/usr/share/icons/hicolor/48x48/apps/gweled.png
/usr/share/icons/hicolor/64x64/apps/gweled.png
/usr/share/icons/hicolor/scalable/apps/gweled.svg
/usr/share/licenses/gweled
/usr/share/licenses/gweled/COPYING
/usr/share/locale/ar/LC_MESSAGES/gweled.mo
/usr/share/locale/de/LC_MESSAGES/gweled.mo
/usr/share/locale/es/LC_MESSAGES/gweled.mo
/usr/share/locale/fi/LC_MESSAGES/gweled.mo
/usr/share/locale/fr/LC_MESSAGES/gweled.mo
/usr/share/locale/he/LC_MESSAGES/gweled.mo
/usr/share/locale/hr/LC_MESSAGES/gweled.mo
/usr/share/locale/it/LC_MESSAGES/gweled.mo
/usr/share/locale/ja/LC_MESSAGES/gweled.mo
/usr/share/locale/ka/LC_MESSAGES/gweled.mo
/usr/share/locale/ms/LC_MESSAGES/gweled.mo
/usr/share/locale/nl/LC_MESSAGES/gweled.mo
/usr/share/locale/pl/LC_MESSAGES/gweled.mo
/usr/share/locale/pt_BR/LC_MESSAGES/gweled.mo
/usr/share/locale/ru/LC_MESSAGES/gweled.mo
/usr/share/locale/sl/LC_MESSAGES/gweled.mo
/usr/share/locale/tr/LC_MESSAGES/gweled.mo
/usr/share/locale/uk/LC_MESSAGES/gweled.mo
/usr/share/pixmaps/gweled
/usr/share/pixmaps/gweled/cursor.svg
/usr/share/pixmaps/gweled/font_24_20.png
/usr/share/pixmaps/gweled/font_48_40.png
/usr/share/pixmaps/gweled/gem01.svg
/usr/share/pixmaps/gweled/gem02.svg
/usr/share/pixmaps/gweled/gem03.svg
/usr/share/pixmaps/gweled/gem04.svg
/usr/share/pixmaps/gweled/gem05.svg
/usr/share/pixmaps/gweled/gem06.svg
/usr/share/pixmaps/gweled/gem07.svg
/usr/share/pixmaps/gweled/powerglow_32.png
/usr/share/pixmaps/gweled/powerglow_48.png
/usr/share/pixmaps/gweled/powerglow_64.png
/usr/share/pixmaps/gweled/sparkle_32.png
/usr/share/pixmaps/gweled/sparkle_48.png
/usr/share/pixmaps/gweled/sparkle_64.png
/usr/share/pixmaps/gweled/tile_even.svg
/usr/share/pixmaps/gweled/tile_odd.svg
/usr/share/sounds/gweled
/usr/share/sounds/gweled/autonom.s3m
/usr/share/sounds/gweled/click.wav
/usr/share/sounds/gweled/swap.wav
/var/lib/games/gweled.Normal.scores
/var/lib/games/gweled.Timed.scores
References
Summary
In this tutorial we learn how to install gweled on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).