How to Install and Uninstall lua-cqueues-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 15,2024

1. Install "lua-cqueues-dev" package

Learn how to install lua-cqueues-dev on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install lua-cqueues-dev

2. Uninstall "lua-cqueues-dev" package

Please follow the step by step instructions below to uninstall lua-cqueues-dev on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove lua-cqueues-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the lua-cqueues-dev package on Ubuntu 21.10 (Impish Indri)

Package: lua-cqueues-dev
Architecture: amd64
Version: 20200726-1
Multi-Arch: same
Priority: optional
Section: universe/interpreters
Source: lua-cqueues
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Ondřej Surý
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2313
Provides: lua5.1-cqueues-dev, lua5.2-cqueues-dev, lua5.3-cqueues-dev, lua5.4-cqueues-dev
Depends: lua-cqueues (= 20200726-1)
Filename: pool/universe/l/lua-cqueues/lua-cqueues-dev_20200726-1_amd64.deb
Size: 372752
MD5sum: 72e6ada29bb26a80806a8d796fe8da9b
SHA1: 348d394224039ef22c173b7cfa5cc8753ddcc7e8
SHA256: aa4dbe7c037197099a506516ba4d70a67895922f43089042d0489331dee0d089
SHA512: d143c6f3f1e69b23897efd12d5ab9dfad9bbfe772f4e951d550a6acd11bc7594219e016b002f617627bdc67bc93458a8ef4b497655935f90d6abf5a5e2e962ce
Homepage: http://www.25thandclement.com/~william/projects/cqueues.html
Description-en: event loop for Lua (development package)
cqueues is a type of event loop for Lua, except it's not a classic
event loop. It doesn't use callbacks—neither as part of the API nor
internally—but instead you communicate with an event controller by
the yielding and resumption of Lua coroutines using objects that
adhere to a simple interface.
Description-md5: 22f80886268f2c6fe760261363688653
Lua-Versions: 5.1 5.2 5.3 5.4