How To Install funguloids on Fedora 34
Introduction
In this tutorial we learn how to install funguloids
on Fedora 34.
What is funguloids
Never before has collecting mushrooms been this mildly entertaining. At least not in outer space. It’s more of a lifestyle than a game, really. Now with graphics and sound, too! Seriously though, we like to think the game as a space-flying-mushroom-picking-simulator. Well no, “Those Funny Funguloids!” is actually a nice little piece of entertainment. You collect mushrooms, bring them back to your home base and profit! That’s the basic idea in a nutshell. It has smooth, appealing 3d graphics and nice atmospheric sound effects. Go ahead and try it out - it has sounds too!
We can use yum
or dnf
to install funguloids
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install funguloids.
Install funguloids 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 funguloids
using dnf
by running the following command:
sudo dnf -y install funguloids
Install funguloids 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 funguloids
using yum
by running the following command:
sudo yum -y install funguloids
How To Uninstall funguloids on Fedora 34
To uninstall only the funguloids
package we can use the following command:
sudo dnf remove funguloids
funguloids Package Contents on Fedora 34
/usr/bin/funguloids
/usr/lib/.build-id
/usr/lib/.build-id/44
/usr/lib/.build-id/44/f7bd51077ebb7d6ca6e1dd4e238ae4650ad504
/usr/share/appdata/funguloids.appdata.xml
/usr/share/applications/funguloids.desktop
/usr/share/doc/funguloids
/usr/share/doc/funguloids/README
/usr/share/doc/funguloids/README.Fedora
/usr/share/doc/funguloids/docs
/usr/share/doc/funguloids/docs/bgtile.jpg
/usr/share/doc/funguloids/docs/bgtile2.jpg
/usr/share/doc/funguloids/docs/boxbg.jpg
/usr/share/doc/funguloids/docs/config.png
/usr/share/doc/funguloids/docs/game.jpg
/usr/share/doc/funguloids/docs/logo.png
/usr/share/doc/funguloids/docs/menubar.gif
/usr/share/doc/funguloids/docs/ogrebtn.png
/usr/share/doc/funguloids/docs/options.jpg
/usr/share/doc/funguloids/docs/stylesheet.css
/usr/share/doc/funguloids/readme.html
/usr/share/funguloids
/usr/share/funguloids/bootstrap.mpk
/usr/share/funguloids/funguloids.mpk
/usr/share/funguloids/gamesettings.cfg
/usr/share/funguloids/icon
/usr/share/funguloids/icon/GLX_icon.png
/usr/share/funguloids/music
/usr/share/funguloids/music/MarylandInMay.ogg
/usr/share/funguloids/music/playlist.lua
/usr/share/funguloids/plugins.cfg
/usr/share/funguloids/resources.cfg
/usr/share/icons/hicolor/256x256/apps/funguloids.png
/usr/share/icons/hicolor/48x48/apps/funguloids.png
/usr/share/licenses/funguloids
/usr/share/licenses/funguloids/COPYING
/usr/share/man/man6/funguloids.6.gz
References
Summary
In this tutorial we learn how to install funguloids
on Fedora 34 using yum and dnf.