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

Last updated: May 12,2024

1. Install "lua-socket" package

This guide let you learn how to install lua-socket on Kali Linux

$ sudo apt update $ sudo apt install lua-socket

2. Uninstall "lua-socket" package

In this section, we are going to explain the necessary steps to uninstall lua-socket on Kali Linux:

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

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

Package: lua-socket
Source: luasocket (3.1.0-1)
Version: 3.1.0-1+b1
Installed-Size: 910
Maintainer: Debian Lua Team
Architecture: amd64
Provides: lua5.1-socket, lua5.2-socket, lua5.3-socket, lua5.4-socket
Depends: libc6 (>= 2.15)
Size: 79620
SHA256: 63217faf1d497a61e23f8b7a128a494a8db593f4965ead1411429d1a1e46d9dd
SHA1: 3c912adae9a0d29699d844dbcf154df2c6b5e26e
MD5sum: 06fb6d89734ca29498b34c2b57e4de34
Description: TCP/UDP socket library for the Lua language
Luasocket provides a TCP/UDP socket library for the Lua language
.
Also provided are HTTP and SMTP implementations, a simple
FTP implementation and some URL parsing functions.
.
Luasocket supports blocking and non-blocking sockets
and also provides a select() interface to the language.
Description-md5:
Multi-Arch: same
Homepage: https://lunarmodules.github.io/luasocket/
Lua-Versions: 5.1 5.2 5.3 5.4
Section: interpreters
Priority: optional
Filename: pool/main/l/luasocket/lua-socket_3.1.0-1+b1_amd64.deb