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

Last updated: September 20,2024

1. Install "lua-cqueues" package

Please follow the guidance below to install lua-cqueues on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install lua-cqueues

2. Uninstall "lua-cqueues" package

Please follow the steps below to uninstall lua-cqueues on Ubuntu 21.10 (Impish Indri):

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

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

Package: lua-cqueues
Architecture: amd64
Version: 20200726-1
Multi-Arch: same
Priority: optional
Section: universe/interpreters
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Ondřej Surý
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1453
Provides: lua5.1-cqueues, lua5.2-cqueues, lua5.3-cqueues, lua5.4-cqueues
Depends: libc6 (>= 2.17), libssl1.1 (>= 1.1.0)
Filename: pool/universe/l/lua-cqueues/lua-cqueues_20200726-1_amd64.deb
Size: 211480
MD5sum: 9b752501e1c79de6137349ce5e0cd1fb
SHA1: 6602736ccc7e7153906502f5d1dbcd863b1d9193
SHA256: 298ed0c3a4509cfc86f89de8b9f3a3219d3ff4415591c6d9c4f84f2f7372cf61
SHA512: e03581b392ba611ed819bc851aab768c5bb1371948ef671dddb8537f03bc686c9dd222a928f35c45634081b3e9c42500b7aed5dc160e801deb5beffd3d483e00
Homepage: http://www.25thandclement.com/~william/projects/cqueues.html
Description-en: event loop for Lua
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: 40258b528b8a0bd5aef71a8dcf48f56a
Lua-Versions: 5.1 5.2 5.3 5.4