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

Last updated: May 09,2024

1. Install "cl-bordeaux-threads" package

This guide let you learn how to install cl-bordeaux-threads on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cl-bordeaux-threads

2. Uninstall "cl-bordeaux-threads" package

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

$ sudo apt remove cl-bordeaux-threads $ sudo apt autoclean && sudo apt autoremove

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

Package: cl-bordeaux-threads
Priority: optional
Section: universe/libs
Installed-Size: 110
Maintainer: Ubuntu Developers
Original-Maintainer: Dimitri Fontaine
Architecture: all
Source: bordeaux-threads
Version: 0.8.4-1
Filename: pool/universe/b/bordeaux-threads/cl-bordeaux-threads_0.8.4-1_all.deb
Size: 20542
MD5sum: 07c01e544a25cd22601d10431f1d671c
SHA1: fb5976bccb61e24add2be9efa5ee2985504e678b
SHA256: 3125f8b079ec9cde60c106054e38f5ada398dbef405e2ccefab312785c6a84cb
Description-en: Portable shared-state concurrency for Common Lisp
BORDEAUX-THREADS is a proposed standard for a minimal MP/Threading interface.
.
It essentially provides a compatibility layer for multi-threading accross
multiple CL implementations.
.
Some parts of it's implementation-specific code can also be implemented in a
Lisp that does not support multiple threads, so that thread-safe code can be
compiled on both multithread and single-thread implementations without need of
conditionals.
Description-md5: 9e5c87ce487a801e279a84a7062e62e6
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu