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

Last updated: November 26,2024

1. Install "gforth.x86_64" package

Please follow the steps below to install gforth.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install gforth.x86_64

2. Uninstall "gforth.x86_64" package

In this section, we are going to explain the necessary steps to uninstall gforth.x86_64 on Fedora 35:

$ sudo dnf remove gforth.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:00:50 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : gforth
Version : 0.7.3
Release : 16.fc35
Architecture : x86_64
Size : 897 k
Source : gforth-0.7.3-16.fc35.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.