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

Last updated: May 08,2024

1. Install "cl-trivial-backtrace" package

Please follow the guidelines below to install cl-trivial-backtrace on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cl-trivial-backtrace

2. Uninstall "cl-trivial-backtrace" package

Please follow the step by step instructions below to uninstall cl-trivial-backtrace on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove cl-trivial-backtrace $ sudo apt autoclean && sudo apt autoremove

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

Package: cl-trivial-backtrace
Priority: optional
Section: universe/lisp
Installed-Size: 63
Maintainer: Ubuntu Developers
Original-Maintainer: Dimitri Fontaine
Architecture: all
Version: 20150407-1
Filename: pool/universe/c/cl-trivial-backtrace/cl-trivial-backtrace_20150407-1_all.deb
Size: 8394
MD5sum: 08413ca0423a7650e0fccd8684b4066d
SHA1: 24963757d486c0f9e69082e4bf1b1a39883a9846
SHA256: 54a2301c54684c5a3bf7159a9045fa43a8c59227bab7bc3f50725068480b98fe
Description-en: generate a Common Lisp backtrace portably
On of the many things that didn't quite get into the Common Lisp standard
was how to get a Lisp to output its call stack when something has gone
wrong. As such, each Lisp has developed its own notion of what to display,
how to display it, and what sort of arguments can be used to customize it.
trivial-backtrace is a simple solution to generating a backtrace portably.
As of 16 May 2012, it supports Allegro Common Lisp, LispWorks, ECL, MCL,
SCL, SBCL and CMUCL.
Description-md5: ee7a703e42f8293fe1eb94c5c1e1ec34
Homepage: http://common-lisp.net/project/trivial-backtrace/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu