How To Install openttd-opengfx on Fedora 36
Introduction
In this tutorial we learn how to install openttd-opengfx on Fedora 36.
What is openttd-opengfx
OpenGFX is an open source graphics base set for OpenTTD which can completely replace the TTD base set. The main goal of OpenGFX therefore is to provide a set of free base graphics which make it possible to play OpenTTD without requiring the (copyrighted) files from the TTD CD. This potentially increases the OpenTTD fan base and makes it a true free game (with “free” as in both “free beer” and “free speech”). As of version 0.2.0 OpenGFX has a full set of sprites. Future versions will aim to improve the graphics.
We can use yum or dnf to install openttd-opengfx on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install openttd-opengfx.
Install openttd-opengfx 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 openttd-opengfx using dnf by running the following command:
sudo dnf -y install openttd-opengfx
Install openttd-opengfx 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 openttd-opengfx using yum by running the following command:
sudo yum -y install openttd-opengfx
How To Uninstall openttd-opengfx on Fedora 36
To uninstall only the openttd-opengfx package we can use the following command:
sudo dnf remove openttd-opengfx
openttd-opengfx Package Contents on Fedora 36
/usr/share/doc/openttd-opengfx
/usr/share/doc/openttd-opengfx/README.md
/usr/share/doc/openttd-opengfx/authoroverview.csv
/usr/share/doc/openttd-opengfx/changelog.txt
/usr/share/doc/openttd-opengfx/extra
/usr/share/doc/openttd-opengfx/extra/aoHTMLoutput
/usr/share/doc/openttd-opengfx/extra/aoHTMLoutput/config.inc.php
/usr/share/doc/openttd-opengfx/extra/aoHTMLoutput/script.php
/usr/share/doc/openttd-opengfx/extra/aoHTMLoutput/style.css
/usr/share/doc/openttd-opengfx/extra/ttd-box-editor
/usr/share/doc/openttd-opengfx/extra/ttd-box-editor/sprite-source
/usr/share/doc/openttd-opengfx/extra/ttd-box-editor/sprite-source/compile-sprites.php
/usr/share/doc/openttd-opengfx/extra/ttd-box-editor/sprite-source/update-nightly-sprites
/usr/share/doc/openttd-opengfx/extra/ttd-box-editor/ttd-box-editor.css
/usr/share/doc/openttd-opengfx/extra/ttd-box-editor/ttd-box-editor.html
/usr/share/doc/openttd-opengfx/extra/ttd-box-editor/ttd-box-editor.js
/usr/share/doc/openttd-opengfx/extra/ttd-box-editor/ttd-sprite-editor.css
/usr/share/doc/openttd-opengfx/extra/ttd-box-editor/ttd-sprite-editor.js
/usr/share/doc/openttd-opengfx/extra/ttd-box-editor/ttd-win-pal.css
/usr/share/doc/openttd-opengfx/extra/ttd-box-editor/ttd-win-palette.css
/usr/share/doc/openttd-opengfx/extra/ttd-box-editor/ttd-win-palette.js
/usr/share/licenses/openttd-opengfx
/usr/share/licenses/openttd-opengfx/LICENSE
/usr/share/openttd/data/changelog.txt
/usr/share/openttd/data/license.txt
/usr/share/openttd/data/ogfx1_base.grf
/usr/share/openttd/data/ogfxc_arctic.grf
/usr/share/openttd/data/ogfxe_extra.grf
/usr/share/openttd/data/ogfxh_tropical.grf
/usr/share/openttd/data/ogfxi_logos.grf
/usr/share/openttd/data/ogfxt_toyland.grf
/usr/share/openttd/data/opengfx.obg
/usr/share/openttd/data/readme.txt
References
Summary
In this tutorial we learn how to install openttd-opengfx on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).