How to Install and Uninstall gforth.x86_64 Package on Fedora 36

Last updated: January 16,2025

1. Install "gforth.x86_64" package

This tutorial shows how to install gforth.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install gforth.x86_64

2. Uninstall "gforth.x86_64" package

Please follow the guidance below to uninstall gforth.x86_64 on Fedora 36:

$ sudo dnf remove gforth.x86_64 $ sudo dnf autoremove

3. Information about the gforth.x86_64 package on Fedora 36

Last metadata expiration check: 1:37:14 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : gforth
Version : 0.7.3
Release : 18.fc36
Architecture : x86_64
Size : 908 k
Source : gforth-0.7.3-18.fc36.src.rpm
Repository : fedora
Summary : Fast and portable implementation of the ANS Forth language
URL : http://www.gnu.org/software/gforth/
License : GPLv3+
Description : 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: its
: inner innerpreter is direct threaded with several optimizations, but
: you can also use a traditional-style indirect threaded interpreter.