How to Install and Uninstall yforth Package on Kali Linux

Last updated: May 14,2024

1. Install "yforth" package

This tutorial shows how to install yforth on Kali Linux

$ sudo apt update $ sudo apt install yforth

2. Uninstall "yforth" package

In this section, we are going to explain the necessary steps to uninstall yforth on Kali Linux:

$ sudo apt remove yforth $ sudo apt autoclean && sudo apt autoremove

3. Information about the yforth package on Kali Linux

Package: yforth
Version: 0.2.1-1
Installed-Size: 114
Maintainer: Bdale Garbee
Architecture: amd64
Depends: libc6 (>= 2.29)
Size: 32492
SHA256: 9407b6981e5f901613f91f48e19331706a27012db0d45c0bf798a9be7658b512
SHA1: 894150c29d37e0f3f4df81f924bab98702d6748c
MD5sum: ad83621ad9df1f7a77d9b25b5e51bce8
Description: small freeware Forth environment in ANSI C
yForth? is an interestingly small implementation of Forth for Linux. It
suffers several deficiencies. For general Forth programming or learning
under Linux, yForth? is not the best choice.
.
From the author's README:
.
yForth? is a Forth environment written entirely in ANSI C, making it
extremely portable. The first thing I want to tell you about yForth? is
that it seems a joke compared to other systems such as gForth or PFE.
.
Nevertheless, you could find yForth? nice, in which case you're invited to
explore yForth?
.
It's yours, you can make anything you want with it. If you want an explanation
of the words provided by yForth? please refer to the draft of ANS Forth or
something equivalent. The Net will help you.
.
Do not expect the prompt "ok" to come up when you run yForth?, the standard
says that "ok" shall be printed AFTER every successful command execution...
Description-md5:
Homepage: http://www.di.unito.it/~padovani/software.html
Tag: devel::ide, implemented-in::c, interface::commandline, role::program,
scope::utility
Section: interpreters
Priority: optional
Filename: pool/main/y/yforth/yforth_0.2.1-1_amd64.deb