How to Install and Uninstall cl-global-vars Package on Kali Linux

Last updated: May 18,2024

1. Install "cl-global-vars" package

Please follow the guidance below to install cl-global-vars on Kali Linux

$ sudo apt update $ sudo apt install cl-global-vars

2. Uninstall "cl-global-vars" package

This tutorial shows how to uninstall cl-global-vars on Kali Linux:

$ sudo apt remove cl-global-vars $ sudo apt autoclean && sudo apt autoremove

3. Information about the cl-global-vars package on Kali Linux

Package: cl-global-vars
Version: 0~20141013.gitc749f32-2
Installed-Size: 29
Maintainer: Debian Common Lisp Team
Architecture: all
Size: 5156
SHA256: d4cbd3b806f1552374974079b48105373b4df9ca9a6bdf9c646fd44fea0a2a17
SHA1: a07c3b1812d5c763da7171a211d34e3d38c05e67
MD5sum: e4f6e26230081ae819f18071d31565bf
Description: efficient global variables in Common Lisp
In Common Lisp, a special variable that is never dynamically bound typically
serves as a stand-in for a global variable. This library provides true global
variables that are implemented by some compilers. An attempt to rebind a
global variable properly results in a compiler error. That is, a global
variable cannot be dynamically bound.
.
Global variables therefore allow one to communicate an intended usage that
differs from special variables. Global variables are also more efficient than
special variables, especially in the presence of threads.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/lmj/global-vars
Section: lisp
Priority: optional
Filename: pool/main/c/cl-global-vars/cl-global-vars_0~20141013.gitc749f32-2_all.deb