How To Install gforth on Fedora 36
Introduction
In this tutorial we learn how to install gforth
on Fedora 36.
What is gforth
Gforth is a fast and portable implementation of the ANS Forth language. It works nicely with the Emacs editor, offers some nice features such as input completion and history, backtraces, a decompiler and a powerful locals facility, and it even has a manual. Gforth combines traditional implementation techniques with newer techniques for portability and performance performance inner innerpreter is direct threaded with several optimizations, but you can also use a traditional-style indirect threaded interpreter.
We can use yum
or dnf
to install gforth
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gforth.
Install gforth 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 gforth
using dnf
by running the following command:
sudo dnf -y install gforth
Install gforth 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 gforth
using yum
by running the following command:
sudo yum -y install gforth
How To Uninstall gforth on Fedora 36
To uninstall only the gforth
package we can use the following command:
sudo dnf remove gforth
gforth Package Contents on Fedora 36
/usr/bin/gforth
/usr/bin/gforth-0.7.3
/usr/bin/gforth-fast
/usr/bin/gforth-fast-0.7.3
/usr/bin/gforth-itc
/usr/bin/gforth-itc-0.7.3
/usr/bin/gforthmi
/usr/bin/gforthmi-0.7.3
/usr/bin/vmgen
/usr/bin/vmgen-0.7.3
/usr/include/gforth
/usr/include/gforth/0.7.3
/usr/include/gforth/0.7.3/config.h
/usr/include/gforth/0.7.3/libcc.h
/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/0560bef0b23bebd5df6c131748602fcf1d772a
/usr/lib/.build-id/56
/usr/lib/.build-id/56/49134c45492cc1f2cceea2122bc5d36d756fe3
/usr/lib/.build-id/58
/usr/lib/.build-id/58/0700090e35ea5f53734cc887dcc6adb28c5f43
/usr/lib/.build-id/84
/usr/lib/.build-id/84/3f55656439b67be6e76f9848b407cfa7b1d611
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/bb2a0d26b1874a8edc60a9b3fd471828f776d1
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/1a1ceb10a7f1da2b37300240d978cc3e49a1f1
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/a6274883d0eb37c048f45762910ee2c1f3d20a
/usr/lib64/gforth
/usr/lib64/gforth/0.7.3
/usr/lib64/gforth/0.7.3/gforth-ditc
/usr/lib64/gforth/0.7.3/gforth.fi
/usr/lib64/gforth/0.7.3/libcc-named
/usr/lib64/gforth/0.7.3/libcc-named/cstr.a
/usr/lib64/gforth/0.7.3/libcc-named/cstr.la
/usr/lib64/gforth/0.7.3/libcc-named/cstr.so
/usr/lib64/gforth/0.7.3/libcc-named/cstr.so.0
/usr/lib64/gforth/0.7.3/libcc-named/cstr.so.0.0.0
/usr/lib64/gforth/0.7.3/libcc-named/libffi.a
/usr/lib64/gforth/0.7.3/libcc-named/libffi.la
/usr/lib64/gforth/0.7.3/libcc-named/libffi.so
/usr/lib64/gforth/0.7.3/libcc-named/libffi.so.0
/usr/lib64/gforth/0.7.3/libcc-named/libffi.so.0.0.0
/usr/lib64/gforth/0.7.3/libcc-named/socket.a
/usr/lib64/gforth/0.7.3/libcc-named/socket.la
/usr/lib64/gforth/0.7.3/libcc-named/socket.so
/usr/lib64/gforth/0.7.3/libcc-named/socket.so.0
/usr/lib64/gforth/0.7.3/libcc-named/socket.so.0.0.0
/usr/lib64/gforth/site-forth
/usr/share/doc/gforth
/usr/share/doc/gforth/AUTHORS
/usr/share/doc/gforth/BUGS
/usr/share/doc/gforth/COPYING
/usr/share/doc/gforth/COPYING.DOC
/usr/share/doc/gforth/ChangeLog
/usr/share/doc/gforth/NEWS
/usr/share/doc/gforth/NEWS.vmgen
/usr/share/doc/gforth/README
/usr/share/doc/gforth/README.vmgen
/usr/share/emacs
/usr/share/emacs/site-lisp
/usr/share/emacs/site-lisp/gforth.el
/usr/share/emacs/site-lisp/site-start.d
/usr/share/emacs/site-lisp/site-start.d/gforth-init.el
/usr/share/gforth
/usr/share/gforth/0.7.3
/usr/share/gforth/0.7.3/add.fs
/usr/share/gforth/0.7.3/ans-report.fs
/usr/share/gforth/0.7.3/ansi.fs
/usr/share/gforth/0.7.3/answords.fs
/usr/share/gforth/0.7.3/arch
/usr/share/gforth/0.7.3/arch/386
/usr/share/gforth/0.7.3/arch/386/asm.fs
/usr/share/gforth/0.7.3/arch/386/disasm.fs
/usr/share/gforth/0.7.3/arch/4stack
/usr/share/gforth/0.7.3/arch/6502
/usr/share/gforth/0.7.3/arch/8086
/usr/share/gforth/0.7.3/arch/alpha
/usr/share/gforth/0.7.3/arch/alpha/asm.fs
/usr/share/gforth/0.7.3/arch/alpha/disasm.fs
/usr/share/gforth/0.7.3/arch/alpha/testasm.fs
/usr/share/gforth/0.7.3/arch/amd64
/usr/share/gforth/0.7.3/arch/amd64/asm.fs
/usr/share/gforth/0.7.3/arch/amd64/disasm.fs
/usr/share/gforth/0.7.3/arch/arm
/usr/share/gforth/0.7.3/arch/avr
/usr/share/gforth/0.7.3/arch/c165
/usr/share/gforth/0.7.3/arch/generic
/usr/share/gforth/0.7.3/arch/h8
/usr/share/gforth/0.7.3/arch/hppa
/usr/share/gforth/0.7.3/arch/ia64
/usr/share/gforth/0.7.3/arch/m68k
/usr/share/gforth/0.7.3/arch/mips
/usr/share/gforth/0.7.3/arch/mips/asm.fs
/usr/share/gforth/0.7.3/arch/mips/disasm.fs
/usr/share/gforth/0.7.3/arch/mips/insts.fs
/usr/share/gforth/0.7.3/arch/mips/testasm.fs
/usr/share/gforth/0.7.3/arch/mips/testdisasm.fs
/usr/share/gforth/0.7.3/arch/misc
/usr/share/gforth/0.7.3/arch/power
/usr/share/gforth/0.7.3/arch/power/asm.fs
/usr/share/gforth/0.7.3/arch/power/disasm.fs
/usr/share/gforth/0.7.3/arch/power/inst.fs
/usr/share/gforth/0.7.3/arch/r8c
/usr/share/gforth/0.7.3/arch/sharc
/usr/share/gforth/0.7.3/arch/shboom
/usr/share/gforth/0.7.3/arch/sparc
/usr/share/gforth/0.7.3/asm
/usr/share/gforth/0.7.3/asm/README
/usr/share/gforth/0.7.3/asm/basic.fs
/usr/share/gforth/0.7.3/asm/bitmask.fs
/usr/share/gforth/0.7.3/asm/generic.fs
/usr/share/gforth/0.7.3/asm/numref.fs
/usr/share/gforth/0.7.3/asm/target.fs
/usr/share/gforth/0.7.3/assert.fs
/usr/share/gforth/0.7.3/backtrac.fs
/usr/share/gforth/0.7.3/blocked.fb
/usr/share/gforth/0.7.3/blocks.fs
/usr/share/gforth/0.7.3/bubble.fs
/usr/share/gforth/0.7.3/bufio.fs
/usr/share/gforth/0.7.3/build-ec.in
/usr/share/gforth/0.7.3/chains.fs
/usr/share/gforth/0.7.3/code.fs
/usr/share/gforth/0.7.3/colorize.fs
/usr/share/gforth/0.7.3/comp-i.fs
/usr/share/gforth/0.7.3/compat
/usr/share/gforth/0.7.3/compat/README
/usr/share/gforth/0.7.3/compat/anslocal.fs
/usr/share/gforth/0.7.3/compat/assert.fs
/usr/share/gforth/0.7.3/compat/control.fs
/usr/share/gforth/0.7.3/compat/defer.fs
/usr/share/gforth/0.7.3/compat/exception.fs
/usr/share/gforth/0.7.3/compat/execute-parsing.fs
/usr/share/gforth/0.7.3/compat/loops.fs
/usr/share/gforth/0.7.3/compat/required.fs
/usr/share/gforth/0.7.3/compat/strcomp.fs
/usr/share/gforth/0.7.3/compat/struct.fs
/usr/share/gforth/0.7.3/compat/vocabulary.fs
/usr/share/gforth/0.7.3/complex.fs
/usr/share/gforth/0.7.3/cross.fs
/usr/share/gforth/0.7.3/cstr.fs
/usr/share/gforth/0.7.3/debug.fs
/usr/share/gforth/0.7.3/debugs.fs
/usr/share/gforth/0.7.3/depth-changes.fs
/usr/share/gforth/0.7.3/dis-gdb.fs
/usr/share/gforth/0.7.3/doc
/usr/share/gforth/0.7.3/doc/makedoc.fs
/usr/share/gforth/0.7.3/dosekey.fs
/usr/share/gforth/0.7.3/doskey.fs
/usr/share/gforth/0.7.3/ds2texi.fs
/usr/share/gforth/0.7.3/ec
/usr/share/gforth/0.7.3/ec/README
/usr/share/gforth/0.7.3/ec/builttag.fs
/usr/share/gforth/0.7.3/ec/dotx.fs
/usr/share/gforth/0.7.3/ec/mirror.fs
/usr/share/gforth/0.7.3/ec/nesting.fs
/usr/share/gforth/0.7.3/ec/shex.fs
/usr/share/gforth/0.7.3/ekey.fs
/usr/share/gforth/0.7.3/endtry-iferror.fs
/usr/share/gforth/0.7.3/environ.fs
/usr/share/gforth/0.7.3/envos.dos
/usr/share/gforth/0.7.3/envos.fs
/usr/share/gforth/0.7.3/envos.os2
/usr/share/gforth/0.7.3/errors.fs
/usr/share/gforth/0.7.3/etags.fs
/usr/share/gforth/0.7.3/exboot.fs
/usr/share/gforth/0.7.3/except.fs
/usr/share/gforth/0.7.3/extend.fs
/usr/share/gforth/0.7.3/fflib.fs
/usr/share/gforth/0.7.3/fft.fs
/usr/share/gforth/0.7.3/fi2c.fs
/usr/share/gforth/0.7.3/fib.fs
/usr/share/gforth/0.7.3/filedump.fs
/usr/share/gforth/0.7.3/fixpath.fs
/usr/share/gforth/0.7.3/float.fs
/usr/share/gforth/0.7.3/fsl-util.4th
/usr/share/gforth/0.7.3/glocals.fs
/usr/share/gforth/0.7.3/glosgen.fs
/usr/share/gforth/0.7.3/gray.fs
/usr/share/gforth/0.7.3/hash.fs
/usr/share/gforth/0.7.3/history.fs
/usr/share/gforth/0.7.3/httpd.fs
/usr/share/gforth/0.7.3/install-tags.fs
/usr/share/gforth/0.7.3/intcomp.fs
/usr/share/gforth/0.7.3/kernel
/usr/share/gforth/0.7.3/kernel/accept.fs
/usr/share/gforth/0.7.3/kernel/aliases.fs
/usr/share/gforth/0.7.3/kernel/aliases0.fs
/usr/share/gforth/0.7.3/kernel/args.fs
/usr/share/gforth/0.7.3/kernel/basics.fs
/usr/share/gforth/0.7.3/kernel/cbr.fs
/usr/share/gforth/0.7.3/kernel/cloop.fs
/usr/share/gforth/0.7.3/kernel/comp.fs
/usr/share/gforth/0.7.3/kernel/cond-old.fs
/usr/share/gforth/0.7.3/kernel/cond.fs
/usr/share/gforth/0.7.3/kernel/doers.fs
/usr/share/gforth/0.7.3/kernel/errore.fs
/usr/share/gforth/0.7.3/kernel/files.fs
/usr/share/gforth/0.7.3/kernel/getdoers.fs
/usr/share/gforth/0.7.3/kernel/input.fs
/usr/share/gforth/0.7.3/kernel/int.fs
/usr/share/gforth/0.7.3/kernel/io.fs
/usr/share/gforth/0.7.3/kernel/kernel.fs
/usr/share/gforth/0.7.3/kernel/license.fs
/usr/share/gforth/0.7.3/kernel/main.fs
/usr/share/gforth/0.7.3/kernel/nio.fs
/usr/share/gforth/0.7.3/kernel/pass.fs
/usr/share/gforth/0.7.3/kernel/paths.fs
/usr/share/gforth/0.7.3/kernel/prim0.fs
/usr/share/gforth/0.7.3/kernel/quotes.fs
/usr/share/gforth/0.7.3/kernel/require.fs
/usr/share/gforth/0.7.3/kernel/saccept.fs
/usr/share/gforth/0.7.3/kernel/tools.fs
/usr/share/gforth/0.7.3/kernel/toolsext.fs
/usr/share/gforth/0.7.3/kernel/vars.fs
/usr/share/gforth/0.7.3/kernel/xchars.fs
/usr/share/gforth/0.7.3/kernl64l.fi
/usr/share/gforth/0.7.3/lib.fs
/usr/share/gforth/0.7.3/libcc.fs
/usr/share/gforth/0.7.3/libffi.fs
/usr/share/gforth/0.7.3/locals.fs
/usr/share/gforth/0.7.3/locate.fs
/usr/share/gforth/0.7.3/look.fs
/usr/share/gforth/0.7.3/mach16b.fs
/usr/share/gforth/0.7.3/mach16l.fs
/usr/share/gforth/0.7.3/mach32b.fs
/usr/share/gforth/0.7.3/mach32l.fs
/usr/share/gforth/0.7.3/mach64b.fs
/usr/share/gforth/0.7.3/mach64l.fs
/usr/share/gforth/0.7.3/machpc.fs.in
/usr/share/gforth/0.7.3/make-app.fs
/usr/share/gforth/0.7.3/matrix.fs
/usr/share/gforth/0.7.3/mini-oof.fs
/usr/share/gforth/0.7.3/mkdir.fs
/usr/share/gforth/0.7.3/moof-exm.fs
/usr/share/gforth/0.7.3/moofglos.fs
/usr/share/gforth/0.7.3/more.fs
/usr/share/gforth/0.7.3/objects.fs
/usr/share/gforth/0.7.3/objexamp.fs
/usr/share/gforth/0.7.3/oldlib.fs
/usr/share/gforth/0.7.3/onebench.fs
/usr/share/gforth/0.7.3/oof.fs
/usr/share/gforth/0.7.3/oofsampl.fs
/usr/share/gforth/0.7.3/other.fs
/usr/share/gforth/0.7.3/prim
/usr/share/gforth/0.7.3/prims2x.fs
/usr/share/gforth/0.7.3/prims2x0.6.2.fs
/usr/share/gforth/0.7.3/proxy.fs
/usr/share/gforth/0.7.3/quotes.fs
/usr/share/gforth/0.7.3/random.fs
/usr/share/gforth/0.7.3/recover-endtry.fs
/usr/share/gforth/0.7.3/regexp.fs
/usr/share/gforth/0.7.3/savesys.fs
/usr/share/gforth/0.7.3/search.fs
/usr/share/gforth/0.7.3/see-ext.fs
/usr/share/gforth/0.7.3/see.fs
/usr/share/gforth/0.7.3/siev.fs
/usr/share/gforth/0.7.3/sieve.fs
/usr/share/gforth/0.7.3/simp-see.fs
/usr/share/gforth/0.7.3/sokoban.fs
/usr/share/gforth/0.7.3/source.fs
/usr/share/gforth/0.7.3/startup.fs
/usr/share/gforth/0.7.3/string.fs
/usr/share/gforth/0.7.3/struct.fs
/usr/share/gforth/0.7.3/struct0x.fs
/usr/share/gforth/0.7.3/stuff.fs
/usr/share/gforth/0.7.3/table.fs
/usr/share/gforth/0.7.3/tags.fs
/usr/share/gforth/0.7.3/tasker.fs
/usr/share/gforth/0.7.3/termsize.fs
/usr/share/gforth/0.7.3/test
/usr/share/gforth/0.7.3/test/checkans.fs
/usr/share/gforth/0.7.3/test/coreext.fs
/usr/share/gforth/0.7.3/test/coremore.fs
/usr/share/gforth/0.7.3/test/coretest.fs
/usr/share/gforth/0.7.3/test/dbltest.fs
/usr/share/gforth/0.7.3/test/deferred.fs
/usr/share/gforth/0.7.3/test/float.fs
/usr/share/gforth/0.7.3/test/gforth-nofast.fs
/usr/share/gforth/0.7.3/test/gforth.fs
/usr/share/gforth/0.7.3/test/libcc.fs
/usr/share/gforth/0.7.3/test/other.fs
/usr/share/gforth/0.7.3/test/postpone.fs
/usr/share/gforth/0.7.3/test/primtest.fs
/usr/share/gforth/0.7.3/test/search.fs
/usr/share/gforth/0.7.3/test/signals.fs
/usr/share/gforth/0.7.3/test/string.fs
/usr/share/gforth/0.7.3/test/tester.fs
/usr/share/gforth/0.7.3/test/ttester.fs
/usr/share/gforth/0.7.3/tt.fs
/usr/share/gforth/0.7.3/unbuffer.fs
/usr/share/gforth/0.7.3/unix
/usr/share/gforth/0.7.3/unix/socket.fs
/usr/share/gforth/0.7.3/utf-8.fs
/usr/share/gforth/0.7.3/vmgen-ex
/usr/share/gforth/0.7.3/vt100.fs
/usr/share/gforth/0.7.3/vt100key.fs
/usr/share/gforth/0.7.3/wordinfo.fs
/usr/share/gforth/0.7.3/wordsets.fs
/usr/share/gforth/0.7.3/xwords.fs
/usr/share/gforth/emacs
/usr/share/gforth/emacs/gforth-init.el
/usr/share/gforth/emacs/gforth.el
/usr/share/gforth/site-forth
/usr/share/gforth/site-forth/siteinit.fs
/usr/share/info/gforth.info-1.gz
/usr/share/info/gforth.info-2.gz
/usr/share/info/gforth.info-3.gz
/usr/share/info/gforth.info-4.gz
/usr/share/info/gforth.info.gz
/usr/share/info/vmgen.info.gz
/usr/share/man/man1/gforth.1.gz
/usr/share/xemacs
/usr/share/xemacs/site-packages
/usr/share/xemacs/site-packages/lisp
/usr/share/xemacs/site-packages/lisp/gforth.el
/usr/share/xemacs/site-packages/lisp/site-start.d
/usr/share/xemacs/site-packages/lisp/site-start.d/gforth-init.el
References
Summary
In this tutorial we learn how to install gforth
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).