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

Last updated: May 13,2024

1. Install "cl-asdf" package

This guide let you learn how to install cl-asdf on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cl-asdf

2. Uninstall "cl-asdf" package

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

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

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

Package: cl-asdf
Priority: optional
Section: universe/devel
Installed-Size: 3020
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Common Lisp Team
Architecture: all
Version: 2:3.1.6-1
Recommends: common-lisp-controller, sbcl | lisp-compiler
Suggests: cl-launch (>= 4.1)
Breaks: common-lisp-controller (<= 7.3)
Filename: pool/universe/c/cl-asdf/cl-asdf_3.1.6-1_all.deb
Size: 856368
MD5sum: 763204d951bf33253db5ccde3c743654
SHA1: f90095a7a7f3e5b83528c176186514b50c80ed3a
SHA256: 144609c7f0c2d7236c5142e2f61639712c6db7456e2592c715974623cba9857c
Description-en: Another System Definition Facility
ASDF provides the functionality of make and ld.so for Common Lisp software:
It drives compilation and dynamic loading for complex Lisp systems
with multiple modules and files, and is the de facto standard used
by free software written in Common Lisp.
.
It also includes a utility library, UIOP, to portably deal with many issues
that all Common Lisp programs have to deal with, including handling pathnames,
accessing the filesystem, executing external programs, user configuration, etc.
.
Most Common Lisp implementations already provide asdf via (require "asdf"),
but not all of them provide an up-to-date version.
Description-md5: 045d32b1c65c61130426f3ef093f072e
Homepage: http://common-lisp.net/project/asdf/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu