How To Install grfcodec on Fedora 36
Introduction
In this tutorial we learn how to install grfcodec
on Fedora 36.
What is grfcodec
A suite of programs to modify Transport Tycoon Deluxe’s GRF files.
We can use yum
or dnf
to install grfcodec
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install grfcodec.
Install grfcodec 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 grfcodec
using dnf
by running the following command:
sudo dnf -y install grfcodec
Install grfcodec 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 grfcodec
using yum
by running the following command:
sudo yum -y install grfcodec
How To Uninstall grfcodec on Fedora 36
To uninstall only the grfcodec
package we can use the following command:
sudo dnf remove grfcodec
grfcodec Package Contents on Fedora 36
/usr/bin/grfcodec
/usr/bin/grfid
/usr/bin/grfstrip
/usr/bin/nforenum
/usr/lib/.build-id
/usr/lib/.build-id/52
/usr/lib/.build-id/52/bfcfa6d323e8e274ab4b3ce1dc34980a733ca7
/usr/lib/.build-id/58
/usr/lib/.build-id/58/c7e0f2c98f2af60fb89c3dd761227d9ed52104
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/543187c56f93de8c9d9174c49823f8f358ccfc
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/10a29713e17a65016b71176993286b4b512932
/usr/share/doc/grfcodec
/usr/share/doc/grfcodec/COPYING
/usr/share/doc/grfcodec/auto_correct.txt
/usr/share/doc/grfcodec/changelog.txt
/usr/share/doc/grfcodec/commands.txt
/usr/share/doc/grfcodec/grf.txt
/usr/share/doc/grfcodec/grfcodec.txt
/usr/share/doc/grfcodec/grftut.txt
/usr/share/doc/grfcodec/nforenum.txt
/usr/share/doc/grfcodec/readme.rpn.txt
/usr/share/doc/grfcodec/readme.txt
/usr/share/doc/grfcodec/sanity.txt
/usr/share/doc/grfcodec/todo.txt
/usr/share/man/man1/grfcodec.1.gz
/usr/share/man/man1/grfid.1.gz
/usr/share/man/man1/grfstrip.1.gz
/usr/share/man/man1/nforenum.1.gz
References
Summary
In this tutorial we learn how to install grfcodec
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).