How to Install and Uninstall cl-trivial-features Package on Kali Linux

Last updated: May 17,2024

1. Install "cl-trivial-features" package

Here is a brief guide to show you how to install cl-trivial-features on Kali Linux

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

2. Uninstall "cl-trivial-features" package

This guide let you learn how to uninstall cl-trivial-features on Kali Linux:

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

3. Information about the cl-trivial-features package on Kali Linux

Package: cl-trivial-features
Source: trivial-features
Version: 20210228.gitf6e8dd7-2
Installed-Size: 73
Maintainer: Debian Common Lisp Team
Architecture: all
Recommends: cl-rt, cl-cffi, cl-alexandria
Size: 10860
SHA256: 4253e0c934b0f733dc16d6692cf1c9ba49f2845775ced0b0f679f33699d401e1
SHA1: 380f9508fe4c57db2c3f249f8ac49586ec99e53a
MD5sum: 2c418a97c7ddbabf1084f07f36653123
Description: abstraction layer for the *FEATURES* across Common Lisp implementations
trivial-features ensures consistent *FEATURES* across multiple Common
Lisp implementations.
.
For example, on MacOS X platforms, while most Lisps push `:DARWIN` to
`*FEATURES*`, CLISP and Allegro push `:MACOS` and `:MACOSX` instead,
respectively. Some Lisps might not push any feature suggesting MacOS
X at all. trivial-features will make sure all Lisps will have
`:DARWIN` in the `*FEATURES*` list when running on MacOS X. This
way, you can write
.
#+darwin foo #-darwin bar
.
instead of
.
#+(or darwin macos macosx) foo
#-(or darwin macos macosx) bar
Description-md5:
Multi-Arch: foreign
Homepage: https://www.cliki.net/trivial-features
Section: lisp
Priority: optional
Filename: pool/main/t/trivial-features/cl-trivial-features_20210228.gitf6e8dd7-2_all.deb