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

Last updated: May 17,2024

1. Install "picolisp" package

This is a short guide on how to install picolisp on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install picolisp

2. Uninstall "picolisp" package

In this section, we are going to explain the necessary steps to uninstall picolisp on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: picolisp
Priority: optional
Section: universe/lisp
Installed-Size: 4494
Maintainer: Ubuntu Developers
Original-Maintainer: Kan-Ru Chen (陳侃如)
Architecture: amd64
Version: 15.11-1
Depends: libc6 (>= 2.14), libssl1.0.0 (>= 1.0.0)
Pre-Depends: dpkg (>= 1.17.5)
Suggests: tinymce
Filename: pool/universe/p/picolisp/picolisp_15.11-1_amd64.deb
Size: 772588
MD5sum: 04adbe8a2a41c777811462768b778398
SHA1: b808cf65c3ef94b80a920f77e7288ffb4e925dba
SHA256: 5ce8f218f5f07f260a96b059b5cf2a824a3236f33821e17a03316e6e2e44628b
Description-en: 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: ee1fa4eee1dc69a94b657c564ce6888a
Homepage: http://picolisp.com/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu