How To Install lure on Fedora 34

lure is Lure of the Temptress - Adventure Game

Introduction

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

What is lure

Lure of the Temptress was Revolution’s very first adventure game and work began on it in 1989, even before Revolution’s inception as an actual games development company. From the start our aim was to consider the contemporary adventures of the day and then bring something new to the genre. From this came the Virtual Theatre engine. VT allowed in-game characters to wander around the gameworld indepently of each other, living their own lives and doing their own thing. Another feature allowed the player to give direct orders to Helper characters - in this case Ratpouch - who would then go off to perform the task. The result is a quirky and entertaining adventure game that kicked off Revolution’s fondness for characterisation and in-game humour.

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

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

sudo dnf -y install lure

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

sudo yum -y install lure

How To Uninstall lure on Fedora 34

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

sudo dnf remove lure

lure Package Contents on Fedora 34

/usr/share/applications/lure.desktop
/usr/share/doc/lure
/usr/share/doc/lure/LICENSE.txt
/usr/share/doc/lure/Manual.pdf
/usr/share/doc/lure/PROTECT.PDF
/usr/share/doc/lure/README
/usr/share/doc/lure/notes.txt
/usr/share/lure
/usr/share/lure/Disk1.vga
/usr/share/lure/Disk2.vga
/usr/share/lure/Disk3.vga
/usr/share/lure/Disk4.vga
/usr/share/lure/disk1.ega
/usr/share/lure/disk2.ega
/usr/share/lure/disk3.ega
/usr/share/lure/disk4.ega

References

Summary

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