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

Last updated: September 20,2024

1. Install "gforth.x86_64" package

In this section, we are going to explain the necessary steps to install gforth.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install gforth.x86_64

2. Uninstall "gforth.x86_64" package

This is a short guide on how to uninstall gforth.x86_64 on Fedora 34:

$ sudo dnf remove gforth.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:16:39 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : gforth
Version : 0.7.3
Release : 15.fc34
Architecture : x86_64
Size : 918 k
Source : gforth-0.7.3-15.fc34.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.