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

Last updated: April 27,2024

1. Install "cl-graph" package

Learn how to install cl-graph on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cl-graph

2. Uninstall "cl-graph" package

This tutorial shows how to uninstall cl-graph on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: cl-graph
Priority: optional
Section: universe/lisp
Installed-Size: 138
Maintainer: Ubuntu Developers
Original-Maintainer: Dimitri Fontaine
Architecture: all
Version: 20150407-1
Depends: cl-alexandria, cl-metabang-bind, cl-curry-compose-reader-macros
Filename: pool/universe/c/cl-graph/cl-graph_20150407-1_all.deb
Size: 22146
MD5sum: 99ef4696b152803d5bfd6c5cf4290a2e
SHA1: 36b843b50bbae6fd0907c380e66a01749cc5b194
SHA256: e6fbdbd13772382e9ce52f41241441eadef56cda4dd183c36002d2512459f110
Description-en: simple graph data structure and algorithms
The GRAPH library strives for simplicity both in backing data structures
and in usage. Graphs and Digraphs are represented as CLOS objects with
methods and algorithms provided for graph manipulation and analysis.
.
See the GRAPH-JSON and GRAPH-DOT libraries for serialization and
visualization of graphs.
Description-md5: 490560b455a09f748ab0f0f101b70e6d
Homepage: http://eschulte.github.io/graph/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu