How To Install fcode-utils on Fedora 36
Introduction
In this tutorial we learn how to install fcode-utils
on Fedora 36.
What is fcode-utils
Utilities for dealing with FCode, a Forth programming language dialect compliant with ANS Forth.
We can use yum
or dnf
to install fcode-utils
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fcode-utils.
Install fcode-utils 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 fcode-utils
using dnf
by running the following command:
sudo dnf -y install fcode-utils
Install fcode-utils 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 fcode-utils
using yum
by running the following command:
sudo yum -y install fcode-utils
How To Uninstall fcode-utils on Fedora 36
To uninstall only the fcode-utils
package we can use the following command:
sudo dnf remove fcode-utils
fcode-utils Package Contents on Fedora 36
/usr/bin/detok
/usr/bin/romheaders
/usr/bin/toke
/usr/lib/.build-id
/usr/lib/.build-id/19
/usr/lib/.build-id/19/782d88ea14ecfeb350052940c14ae2d2071169
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/aa54ec46c9cbf3926038ac2e1511f1d5e8fefa
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/ef2f38e6cc7ef4b31bcb6fd2d124cf3413dd84
/usr/share/doc/fcode-utils
/usr/share/doc/fcode-utils/README
/usr/share/doc/fcode-utils/README.detok
/usr/share/doc/fcode-utils/README.toke
/usr/share/doc/fcode-utils/documentation
/usr/share/doc/fcode-utils/documentation/detok.html
/usr/share/doc/fcode-utils/documentation/localvalues.html
/usr/share/doc/fcode-utils/documentation/toke.html
/usr/share/doc/fcode-utils/documentation/workbook.css
/usr/share/fcode-utils
/usr/share/fcode-utils/localvalues
/usr/share/fcode-utils/localvalues/GlobalLocalValues.fth
/usr/share/fcode-utils/localvalues/GlobalLocalValuesDevel.fth
/usr/share/fcode-utils/localvalues/LocalValuesDevelSupport.fth
/usr/share/fcode-utils/localvalues/LocalValuesSupport.fth
/usr/share/fcode-utils/localvalues/TotalLocalValuesSupport.fth
/usr/share/licenses/fcode-utils
/usr/share/licenses/fcode-utils/COPYING
References
Summary
In this tutorial we learn how to install fcode-utils
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).