How to Install and Uninstall cl-asdf Package on Kali Linux

Last updated: May 11,2024

1. Install "cl-asdf" package

Please follow the step by step instructions below to install cl-asdf on Kali Linux

$ sudo apt update $ sudo apt install cl-asdf

2. Uninstall "cl-asdf" package

Please follow the step by step instructions below to uninstall cl-asdf on Kali Linux:

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

3. Information about the cl-asdf package on Kali Linux

Package: cl-asdf
Version: 2:3.3.6-1
Installed-Size: 3650
Maintainer: Debian Common Lisp Team
Architecture: all
Recommends: sbcl | lisp-compiler
Suggests: cl-launch
Size: 1289672
SHA256: e1d201ed3a8ca55dc6040aec3a4ed3a9174d1f865568da858171ea8d7c2f19fb
SHA1: da0fd050b2d41e9c3bcbfd3ff9d4ef5712a336ee
MD5sum: 282a05b262de4873fc23f163816f951e
Description: 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:
Homepage: https://asdf.common-lisp.dev/
Tag: devel::buildtools, devel::lang:lisp, devel::library,
implemented-in::lisp, role::app-data, role::program
Section: lisp
Priority: optional
Filename: pool/main/c/cl-asdf/cl-asdf_3.3.6-1_all.deb