How To Install slingshot on Fedora 34
Introduction
In this tutorial we learn how to install slingshot
on Fedora 34.
What is slingshot
Slingshot is a two dimensional, turn based simulation-strategy game set in the gravity fields of several planets. It is a highly addictive game, and never the same from round to round due to its randomly generated playing fields.
We can use yum
or dnf
to install slingshot
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install slingshot.
Install slingshot on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
The output should look something like this:
After updating yum database, We can install slingshot
using dnf
by running the following command:
Install slingshot on Fedora 34 Using yum
Update yum database with yum
using the following command.
The output should look something like this:
After updating yum database, We can install slingshot
using yum
by running the following command:
How To Uninstall slingshot on Fedora 34
To uninstall only the slingshot
package we can use the following command:
slingshot Package Contents on Fedora 34
References
Summary
In this tutorial we learn how to install slingshot
on Fedora 34 using yum and dnf.