How To Install berusky2 on Fedora 34
Introduction
In this tutorial we learn how to install berusky2
on Fedora 34.
What is berusky2
Berusky 2 is a game that challenges your visual/spatial thinking and ability to find a way to resolve a logic task. Using five bugs, you’ll go through an adventure full of various puzzles spread across nine episodes. Individual episodes differ in appearance and difficulty, which increases throughout the game.
We can use yum
or dnf
to install berusky2
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install berusky2.
Install berusky2 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 berusky2
using dnf
by running the following command:
sudo dnf -y install berusky2
Install berusky2 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 berusky2
using yum
by running the following command:
sudo yum -y install berusky2
How To Uninstall berusky2 on Fedora 34
To uninstall only the berusky2
package we can use the following command:
sudo dnf remove berusky2
berusky2 Package Contents on Fedora 34
/usr/bin/berusky2
/usr/lib/.build-id
/usr/lib/.build-id/46
/usr/lib/.build-id/46/4bff4646f4fa589d7fce444f71180c1487bddf
/usr/share/appdata/berusky2.appdata.xml
/usr/share/applications/berusky2.desktop
/usr/share/doc/berusky2
/usr/share/doc/berusky2/AUTHORS
/usr/share/doc/berusky2/COPYING
/usr/share/doc/berusky2/ChangeLog
/usr/share/doc/berusky2/NEWS
/usr/share/doc/berusky2/README
/usr/share/doc/berusky2/TODO
/usr/share/icons/hicolor/128x128/apps/berusky2.png
/var/games/berusky2
/var/games/berusky2/berusky3d.ini
References
Summary
In this tutorial we learn how to install berusky2
on Fedora 34 using yum and dnf.