How to Install and Uninstall cl-plplot Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "cl-plplot" package

In this section, we are going to explain the necessary steps to install cl-plplot on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cl-plplot

2. Uninstall "cl-plplot" package

Please follow the instructions below to uninstall cl-plplot on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove cl-plplot $ sudo apt autoclean && sudo apt autoremove

3. Information about the cl-plplot package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: cl-plplot
Priority: optional
Section: universe/devel
Installed-Size: 763
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Common Lisp Team
Architecture: all
Version: 0.6.0-4
Depends: common-lisp-controller (>= 7.0), cl-cffi, libplplot-dev
Filename: pool/universe/c/cl-plplot/cl-plplot_0.6.0-4_all.deb
Size: 377480
MD5sum: 371940bdec93eceb3c8623f4facdb0b0
SHA1: 7a72b031d868824fc80060e51bce65f1417c37ea
SHA256: 75151c2d4e9b6b370d32cf5cb5ad899d543ea49590db6c15f0fb11455db23dc2
Description-en: CFFI based interface to the PLplot scientific plotting library
Cl-plplot provides a CFFI based interface to the PLplot graphics
library. The PLplot graphics library supports the drawing of many different
types of 2D and 3D graphs using a large variety of output devices including
X11, postscript and png. PLplot can also be used to make scaled drawing,
or diagrams.
.
At present, cl-plplot consists of two packages, one is low-level interface
to the PLplot library and the other is high-level plotting interface that
attempts to make using PLplot with Lisp easier.
Description-md5: d4e4b570aa9c3f2b0ea82202db496c40
Homepage: http://common-lisp.net/project/cl-plplot/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu