How to Install and Uninstall gforth Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 07,2024

1. Install "gforth" package

Please follow the instructions below to install gforth on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install gforth

2. Uninstall "gforth" package

Please follow the guidance below to uninstall gforth on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the gforth package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: gforth
Priority: optional
Section: universe/interpreters
Installed-Size: 545
Maintainer: Ubuntu Developers
Original-Maintainer: Peter Pentchev
Architecture: amd64
Version: 0.7.2+dfsg1-1.1
Depends: libc6 (>= 2.15), libltdl7 (>= 2.4.2), emacsen-common (>= 2.0.7), gforth-common (= 0.7.2+dfsg1-1.1), gforth-lib (= 0.7.2+dfsg1-1.1)
Filename: pool/universe/g/gforth/gforth_0.7.2+dfsg1-1.1_amd64.deb
Size: 93088
MD5sum: 2a6e6488f8f2b8fc83dfcb43f4c4a5d6
SHA1: 22299bb94b98a3e45f4f987753a0c38fd8a4c434
SHA256: a1cefdc06b5c0351f331312b85d492225580805c255a562c743a3c57ad02b445
Description-en: 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: 879c20778a3c6fac5211956f6320afb4
Multi-Arch: foreign
Homepage: http://www.complang.tuwien.ac.at/projects/forth.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu