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

Last updated: May 14,2024

1. Install "gforth-lib" package

Here is a brief guide to show you how to install gforth-lib on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install gforth-lib

2. Uninstall "gforth-lib" package

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

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

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

Package: gforth-lib
Priority: optional
Section: universe/interpreters
Installed-Size: 554
Maintainer: Ubuntu Developers
Original-Maintainer: Peter Pentchev
Architecture: amd64
Source: gforth
Version: 0.7.2+dfsg1-1.1
Depends: libc6 (>= 2.15), libffcall1 (>= 1.10+2.41), libltdl7 (>= 2.4.2)
Pre-Depends: multiarch-support
Filename: pool/universe/g/gforth/gforth-lib_0.7.2+dfsg1-1.1_amd64.deb
Size: 90886
MD5sum: a30d1357cdf4ed9ea4dc3904552fc5eb
SHA1: 6ad27ee7b105b03ff869d4d80eb9a8e30feb1874
SHA256: 254b253b973084db7160e11cc16288dc03554f7aa66177be7bdb6e5259492101
Description-en: GNU Forth Language Environment architecture-dependent files
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.
.
This package provides the architecture-dependent precompiled libraries.
Description-md5: 8127efe6e9aa2b501b1742f2c6af0d12
Multi-Arch: same
Homepage: http://www.complang.tuwien.ac.at/projects/forth.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu