How to Install and Uninstall gforth Package on Kali Linux

Last updated: May 17,2024

1. Install "gforth" package

Here is a brief guide to show you how to install gforth on Kali Linux

$ sudo apt update $ sudo apt install gforth

2. Uninstall "gforth" package

This tutorial shows how to uninstall gforth on Kali Linux:

$ sudo apt remove gforth $ sudo apt autoclean && sudo apt autoremove

3. Information about the gforth package on Kali Linux

Package: gforth
Source: gforth (0.7.3+dfsg-9)
Version: 0.7.3+dfsg-9+b3
Installed-Size: 694
Maintainer: Peter Pentchev
Architecture: amd64
Depends: libc6 (>= 2.34), libltdl7 (>= 2.4.7), emacsen-common (>= 2.0.7), gforth-common (= 0.7.3+dfsg-9), gforth-lib (= 0.7.3+dfsg-9+b3)
Size: 127624
SHA256: 667cdba99f0f9eed2538ffb902989a1d628eff38c31308a301e0f7e43121292d
SHA1: 98019804bf318780ed564c4402423ccc949ba81f
MD5sum: 56b584d4f6bb2361fdadd98d9ec98e14
Description: GNU Forth Language Environment
This is the GNU'ish implementation of a Forth programming environment.
.
Forth, as a language, is best known for being stack-based, and completely
extensible. Each Forth environment provides one or more dictionaries of
pre-defined words, and programming in Forth consists of defining and
executing new words that are combinations of previously defined words. It
has been said that learning Forth changes forever the way you think about
writing programs.
.
For more information about Forth, visit the Forth Interest Group web site
at http://www.forth.org/fig.html.
Description-md5:
Multi-Arch: foreign
Homepage: https://www.complang.tuwien.ac.at/projects/forth.html
Tag: devel::interpreter, interface::commandline, role::program,
scope::utility, suite::gnu, works-with::software:source
Section: interpreters
Priority: optional
Filename: pool/main/g/gforth/gforth_0.7.3+dfsg-9+b3_amd64.deb