How to Install and Uninstall pforth Package on Kali Linux

Last updated: June 28,2024

1. Install "pforth" package

This guide let you learn how to install pforth on Kali Linux

$ sudo apt update $ sudo apt install pforth

2. Uninstall "pforth" package

This guide let you learn how to uninstall pforth on Kali Linux:

$ sudo apt remove pforth $ sudo apt autoclean && sudo apt autoremove

3. Information about the pforth package on Kali Linux

Package: pforth
Version: 1:2.0.1-1
Installed-Size: 202
Maintainer: Bdale Garbee
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 52064
SHA256: b723b7fc66d87d51f58910831e979944135ff74417f4c2ccc3d65ad54558b149
SHA1: c026d9ffcede0f10f35dc7c4b5f5ff40e40e269e
MD5sum: 0951bba68ee7553c223d9207a6051f85
Description: Portable ANS-like Forth written in ANSI 'C'
PForth is a public domain, portable Forth interpreter.
.
PForth is written in 'C' and can be easily ported to new 32 and 64-bit
platforms. It only needs character input and output functions to operate
and, therefore, does not require an operating system. This makes it handy
for bringing up and testing embedded systems.
.
PForth also works on desktops including Windows, Mac and Linux and supports
command line history. This lets you develop hardware tests on a desktop
before trying them on your embedded system. But pForth is not a rich and
friendly desktop programming environment. There are no GUI tools for
developing desktop applications. PForth is lean and mean and optimized for
portability.
.
PForth has a tool for compiling code on a desktop, then exporting the
dictionary in big or little endian format as 'C' source code. This lets you
compile tests for an embedded system that does not have file I/O.
.
PForth is based on ANSI-Forth but is not 100% compatible.
.
Dcoumentation for PForth is available at http://www.softsynth.com/pforth/
Description-md5:
Homepage: https://github.com/philburk/pforth
Tag: devel::interpreter, interface::commandline, role::program,
scope::utility
Section: interpreters
Priority: optional
Filename: pool/main/p/pforth/pforth_2.0.1-1_amd64.deb