How to Install and Uninstall cl-trivial-features Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 08,2024

1. Install "cl-trivial-features" package

Please follow the steps below to install cl-trivial-features on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "cl-trivial-features" package

Please follow the step by step instructions below to uninstall cl-trivial-features on Ubuntu 21.10 (Impish Indri):

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

3. Information about the cl-trivial-features package on Ubuntu 21.10 (Impish Indri)

Package: cl-trivial-features
Architecture: all
Version: 20200702.gite7bb968-1
Multi-Arch: foreign
Priority: optional
Section: universe/lisp
Source: trivial-features
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Common Lisp Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 70
Recommends: cl-rt, cl-cffi, cl-alexandria
Filename: pool/universe/t/trivial-features/cl-trivial-features_20200702.gite7bb968-1_all.deb
Size: 10440
MD5sum: a5fd417fc8aa0da046a736d4ad5b25d8
SHA1: 14eb1783e1c163a14942836d67149017cefdee91
SHA256: ea4d2c252bf9b23de59f62ac12a74e919396b70bd1aab3ac497b6c598f6199e2
SHA512: 535d0dd8a7e459bf56deebdce238136d95195798aaedc5f9348f31ae7f6fc59d7d1e80fd0bd8f4d4b2808dea3113466c6dc9a842064ddd570d5f004f43b385bf
Homepage: https://www.cliki.net/trivial-features
Description-en: 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: 698b1a8435cfe3cbc15b034345a7332b