How To Install worminator on Fedora 36
Introduction
In this tutorial we learn how to install worminator
on Fedora 36.
What is worminator
You play as The Worminator and fight your way through many levels of madness and mayhem. Worminator features nine unique weapons, visible character damage, full screen scrolling, sound and music, and much more!
We can use yum
or dnf
to install worminator
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install worminator.
Install worminator on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install worminator
using dnf
by running the following command:
sudo dnf -y install worminator
Install worminator on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install worminator
using yum
by running the following command:
sudo yum -y install worminator
How To Uninstall worminator on Fedora 36
To uninstall only the worminator
package we can use the following command:
sudo dnf remove worminator
worminator Package Contents on Fedora 36
/usr/bin/worminator
/usr/lib/.build-id
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/9e456d61640d74c305a4d99ffe7e4caaf791b1
/usr/share/appdata/worminator.appdata.xml
/usr/share/applications/worminator.desktop
/usr/share/doc/worminator
/usr/share/doc/worminator/ReadMe.txt
/usr/share/doc/worminator/changes.unix
/usr/share/icons/hicolor/64x64/apps/worminator.png
/usr/share/licenses/worminator
/usr/share/licenses/worminator/license-change.txt
/usr/share/licenses/worminator/license.txt
References
Summary
In this tutorial we learn how to install worminator
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).