How To Install vavoom-heretic-shareware on Fedora 36
Introduction
In this tutorial we learn how to install vavoom-heretic-shareware
on Fedora 36.
What is vavoom-heretic-shareware
Heretic is Raven’s classic dark fantasy first person shooter using a modified Doom engine. The Heretic engine is Open Source. The original Heretic datafiles however are not Open Source. There is a gratis, but not Open Source shareware version available on the internet. This package contains an applications menu entry for playing Heretic shareware using the vavoom engine. The first time you click this menu entry, it will offer to download and install the Heretic shareware datafiles for you.
We can use yum
or dnf
to install vavoom-heretic-shareware
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install vavoom-heretic-shareware.
Install vavoom-heretic-shareware 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 vavoom-heretic-shareware
using dnf
by running the following command:
sudo dnf -y install vavoom-heretic-shareware
Install vavoom-heretic-shareware 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 vavoom-heretic-shareware
using yum
by running the following command:
sudo yum -y install vavoom-heretic-shareware
How To Uninstall vavoom-heretic-shareware on Fedora 36
To uninstall only the vavoom-heretic-shareware
package we can use the following command:
sudo dnf remove vavoom-heretic-shareware
vavoom-heretic-shareware Package Contents on Fedora 36
/usr/share/appdata/heretic-shareware.appdata.xml
/usr/share/applications/heretic-shareware.desktop
/usr/share/vavoom/heretic.autodlrc
References
Summary
In this tutorial we learn how to install vavoom-heretic-shareware
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).