How To Install lugaru on Fedora 34

lugaru is Ninja rabbit fighting game

Introduction

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

What is lugaru

Lugaru (pronounced Loo-GAH-roo) is a cross-platform third-person action game. The main character, Turner, is an anthropomorphic rebel bunny rabbit with impressive combat skills. In his quest to find those responsible for slaughtering his village, he uncovers a far-reaching conspiracy involving the corrupt leaders of the rabbit republic and the starving wolves from a nearby den. Turner takes it upon himself to fight against their plot and save his fellow rabbits from slavery.

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

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

sudo dnf -y install lugaru

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

sudo yum -y install lugaru

How To Uninstall lugaru on Fedora 34

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

sudo dnf remove lugaru

lugaru Package Contents on Fedora 34

/usr/bin/lugaru
/usr/lib/.build-id
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/aadc7a82019d7414485836e4f3aff0bc7d4bb6
/usr/share/appdata/lugaru.appdata.xml
/usr/share/applications/lugaru.desktop
/usr/share/doc/lugaru
/usr/share/doc/lugaru/AUTHORS
/usr/share/doc/lugaru/DEVTOOLS.txt
/usr/share/doc/lugaru/README.Empire.txt
/usr/share/doc/lugaru/README.SevenTasks.txt
/usr/share/doc/lugaru/README.Temple.txt
/usr/share/doc/lugaru/README.md
/usr/share/doc/lugaru/RELEASE-NOTES.md
/usr/share/icons/hicolor/128x128/apps/lugaru.png
/usr/share/licenses/lugaru
/usr/share/licenses/lugaru/COPYING.txt
/usr/share/man/man6/lugaru.6.gz

References

Summary

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