How to Install and Uninstall picolisp Package on Kali Linux

Last updated: May 17,2024

1. Install "picolisp" package

This is a short guide on how to install picolisp on Kali Linux

$ sudo apt update $ sudo apt install picolisp

2. Uninstall "picolisp" package

This guide covers the steps necessary to uninstall picolisp on Kali Linux:

$ sudo apt remove picolisp $ sudo apt autoclean && sudo apt autoremove

3. Information about the picolisp package on Kali Linux

Package: picolisp
Version: 23.12-1
Installed-Size: 9424
Maintainer: Kan-Ru Chen (陳侃如)
Architecture: amd64
Depends: libc6 (>= 2.34), libffi8 (>= 3.4), libreadline8 (>= 7.0~rc1), libssl3 (>= 3.0.0)
Pre-Depends: dpkg (>= 1.17.5)
Suggests: tinymce, w3m
Size: 1138752
SHA256: e9776eea3a124a0ce6667e97f6bcc645a6d3f61b636d2ba1719aa66af001af72
SHA1: 2face0ed5c2849ea1fa01caee0f7a516433f6866
MD5sum: 43305d0c988d482ae8d2c7ab6a412626
Description: Lisp interpreter and application server framework
Pico Lisp can be viewed from two different aspects: As a general
purpose programming language, and a dedicated application server
framework.
.
As a programming language, Pico Lisp provides a 1-to-1 mapping of a
clean and powerful Lisp derivate, to a simple and efficient virtual
machine. It supports persistent objects as a first class data type,
resulting in a database system of Entity/Relation classes and a
Prolog-like query language tightly integrated into the system.
.
As an application server framework, Pico Lisp provides for database
management (including multi-user synchronization, DB garbage collection
journalling and replication), web interface integrated (and generated
from) the application data model, and an application server.
Description-md5:
Homepage: http://picolisp.com/
Section: lisp
Priority: optional
Filename: pool/main/p/picolisp/picolisp_23.12-1_amd64.deb