How to Install and Uninstall lua-socket.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "lua-socket.x86_64" package

This guide let you learn how to install lua-socket.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install lua-socket.x86_64

2. Uninstall "lua-socket.x86_64" package

Please follow the guidelines below to uninstall lua-socket.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove lua-socket.x86_64 $ sudo dnf autoremove

3. Information about the lua-socket.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:39:09 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : lua-socket
Version : 3.1.0
Release : 1.el9
Architecture : x86_64
Size : 112 k
Source : lua-socket-3.1.0-1.el9.src.rpm
Repository : epel
Summary : Network support for the Lua language
URL : https://lunarmodules.github.io/luasocket/
License : MIT
Description : LuaSocket is a Lua extension library that is composed by two parts: The C
: core that provides support for the TCP and UDP transport layers, and the
: set of Lua modules that add support for functionality commonly needed by
: applications that deal with the Internet.
:
: Among the support modules, the most commonly used implement the SMTP, HTTP
: and FTP. In addition there are modules for MIME, URL handling and LTN12.