How To Install xsc on Fedora 36
Introduction
In this tutorial we learn how to install xsc
on Fedora 36.
What is xsc
The object is to blast a hole in the rings and destroy the enemy ship. The only problem is that it tracks your every move and as soon as you knock a hole in all three rings, and they all line up, it lets loose with the big nasty green fireballs. Avoid them. Avoid the little green buzzers, too. Shoot ’em if you want.
We can use yum
or dnf
to install xsc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xsc.
Install xsc 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 xsc
using dnf
by running the following command:
sudo dnf -y install xsc
Install xsc 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 xsc
using yum
by running the following command:
sudo yum -y install xsc
How To Uninstall xsc on Fedora 36
To uninstall only the xsc
package we can use the following command:
sudo dnf remove xsc
xsc Package Contents on Fedora 36
/usr/bin/xsc
/usr/lib/.build-id
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/7da5d0c8af962cb5964f7767dd67c6aa702880
/usr/share/applications/xsc.desktop
/usr/share/doc/xsc
/usr/share/doc/xsc/AUTHORS
/usr/share/doc/xsc/COPYING
/usr/share/doc/xsc/ChangeLog
/usr/share/doc/xsc/INSTALL
/usr/share/doc/xsc/NEWS
/usr/share/doc/xsc/README
/usr/share/icons/hicolor/32x32/apps/xsc.png
References
Summary
In this tutorial we learn how to install xsc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).