How To Install endless-sky on Fedora 36
Introduction
In this tutorial we learn how to install endless-sky
on Fedora 36.
What is endless-sky
Explore other star systems. Earn money by trading, carrying passengers, or completing missions. Use your earnings to buy a better ship or to upgrade the weapons and engines on your current one. Blow up pirates. Take sides in a civil war. Or leave human space behind and hope to find some friendly aliens whose culture is more civilized than your own…
We can use yum
or dnf
to install endless-sky
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install endless-sky.
Install endless-sky 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 endless-sky
using dnf
by running the following command:
sudo dnf -y install endless-sky
Install endless-sky 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 endless-sky
using yum
by running the following command:
sudo yum -y install endless-sky
How To Uninstall endless-sky on Fedora 36
To uninstall only the endless-sky
package we can use the following command:
sudo dnf remove endless-sky
endless-sky Package Contents on Fedora 36
/usr/bin/endless-sky
/usr/bin/endless-sky.bin
/usr/lib/.build-id
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/ffdb4cb2e0ffd75be5dbd73304fe4eaf23e183
/usr/share/appdata/endless-sky.appdata.xml
/usr/share/applications/endless-sky.desktop
/usr/share/doc/endless-sky
/usr/share/doc/endless-sky/README.md
/usr/share/icons/hicolor/128x128/apps/endless-sky.png
/usr/share/icons/hicolor/16x16/apps/endless-sky.png
/usr/share/icons/hicolor/22x22/apps/endless-sky.png
/usr/share/icons/hicolor/24x24/apps/endless-sky.png
/usr/share/icons/hicolor/256x256/apps/endless-sky.png
/usr/share/icons/hicolor/32x32/apps/endless-sky.png
/usr/share/icons/hicolor/48x48/apps/endless-sky.png
/usr/share/icons/hicolor/512x512/apps/endless-sky.png
/usr/share/licenses/endless-sky
/usr/share/licenses/endless-sky/license.txt
/usr/share/man/man6/endless-sky.6.gz
References
Summary
In this tutorial we learn how to install endless-sky
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).