How to Install and Uninstall lua-cqueues Package on Kali Linux

Last updated: May 02,2024

1. Install "lua-cqueues" package

Please follow the guidelines below to install lua-cqueues on Kali Linux

$ sudo apt update $ sudo apt install lua-cqueues

2. Uninstall "lua-cqueues" package

This tutorial shows how to uninstall lua-cqueues on Kali Linux:

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

3. Information about the lua-cqueues package on Kali Linux

Package: lua-cqueues
Source: lua-cqueues (20200726-1)
Version: 20200726-1+b1
Installed-Size: 1454
Maintainer: Ondřej Surý
Architecture: amd64
Provides: lua5.1-cqueues, lua5.2-cqueues, lua5.3-cqueues, lua5.4-cqueues
Depends: libc6 (>= 2.33), libssl3 (>= 3.0.0)
Size: 222096
SHA256: f7043d2b5e7cd6e9af388c285dc35326996c78fc93e57f8c9b308653f14feba4
SHA1: 9327178709bea0c121e8468393881426efe47177
MD5sum: 091092907bce53f66bfc9120af5146ec
Description: 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:
Multi-Arch: same
Homepage: http://www.25thandclement.com/~william/projects/cqueues.html
Lua-Versions: 5.1 5.2 5.3 5.4
Section: interpreters
Priority: optional
Filename: pool/main/l/lua-cqueues/lua-cqueues_20200726-1+b1_amd64.deb