How To Install greyhounds on Fedora 34
Introduction
In this tutorial we learn how to install greyhounds on Fedora 34.
What is greyhounds
Greyhounds is a greyhound racing and breeding game. Your goal is to acquire fast and talented greyhounds and be successful with them in the races; your two possibilities for doing so are breeding and trading. Ultimately you should aim at winning the Champions’ Trophy. You might also consider establishing a record that lasts to the end of times a worthy goal.
We can use yum or dnf to install greyhounds on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install greyhounds.
Install greyhounds 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 greyhounds using dnf by running the following command:
sudo dnf -y install greyhounds
Install greyhounds 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 greyhounds using yum by running the following command:
sudo yum -y install greyhounds
How To Uninstall greyhounds on Fedora 34
To uninstall only the greyhounds package we can use the following command:
sudo dnf remove greyhounds
greyhounds Package Contents on Fedora 34
/usr/bin/greyhounds
/usr/lib/.build-id
/usr/lib/.build-id/14
/usr/lib/.build-id/14/0da6bcf89ca35afaf11134b501700d8514fa46
/usr/share/applications/greyhounds.desktop
/usr/share/doc/greyhounds
/usr/share/doc/greyhounds/AUTHORS
/usr/share/doc/greyhounds/COPYING
/usr/share/doc/greyhounds/ChangeLog
/usr/share/doc/greyhounds/README
/usr/share/greyhounds
/usr/share/greyhounds/pixmaps
/usr/share/greyhounds/pixmaps/dog_buttons_enter_dog.xpm
/usr/share/greyhounds/pixmaps/dog_buttons_give_away.xpm
/usr/share/greyhounds/pixmaps/dog_buttons_mate_dogs.xpm
/usr/share/greyhounds/pixmaps/dog_buttons_promote_pup.xpm
/usr/share/greyhounds/pixmaps/dog_buttons_remove_dog.xpm
/usr/share/greyhounds/pixmaps/dog_buttons_trade_dogs.xpm
/usr/share/greyhounds/pixmaps/events_award.xpm
/usr/share/greyhounds/pixmaps/events_champion.xpm
/usr/share/greyhounds/pixmaps/events_in_heat.xpm
/usr/share/greyhounds/pixmaps/events_injury.xpm
/usr/share/greyhounds/pixmaps/events_trophy.xpm
/usr/share/greyhounds/pixmaps/events_warning.png
/usr/share/greyhounds/pixmaps/help
/usr/share/greyhounds/pixmaps/logo.xpm
/usr/share/greyhounds/pixmaps/main_buttons_back_to_main.xpm
/usr/share/greyhounds/pixmaps/main_buttons_breeding.xpm
/usr/share/greyhounds/pixmaps/main_buttons_enter_dogs.xpm
/usr/share/greyhounds/pixmaps/main_buttons_race.xpm
/usr/share/greyhounds/pixmaps/main_buttons_results.xpm
/usr/share/greyhounds/pixmaps/main_buttons_trading.xpm
/usr/share/greyhounds/pixmaps/names
/usr/share/greyhounds/pixmaps/toolbar_help.png
/usr/share/greyhounds/pixmaps/toolbar_home.xpm
/usr/share/greyhounds/pixmaps/toolbar_left.xpm
/usr/share/greyhounds/pixmaps/toolbar_load.xpm
/usr/share/greyhounds/pixmaps/toolbar_options.png
/usr/share/greyhounds/pixmaps/toolbar_puppy_list.xpm
/usr/share/greyhounds/pixmaps/toolbar_quit.xpm
/usr/share/greyhounds/pixmaps/toolbar_right.xpm
/usr/share/greyhounds/pixmaps/toolbar_save.xpm
/usr/share/icons/hicolor/16x16/apps/greyhounds.png
/usr/share/icons/hicolor/22x22/apps/greyhounds.png
/usr/share/icons/hicolor/24x24/apps/greyhounds.png
/usr/share/icons/hicolor/32x32/apps/greyhounds.png
/usr/share/icons/hicolor/36x36/apps/greyhounds.png
/usr/share/icons/hicolor/48x48/apps/greyhounds.png
References
Summary
In this tutorial we learn how to install greyhounds on Fedora 34 using yum and dnf.