How to Install and Uninstall lua-socket.src Package on Oracle Linux 8

Last updated: September 29,2024

1. Install "lua-socket.src" package

Please follow the guidelines below to install lua-socket.src on Oracle Linux 8

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

2. Uninstall "lua-socket.src" package

Learn how to uninstall lua-socket.src on Oracle Linux 8:

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

3. Information about the lua-socket.src package on Oracle Linux 8

Last metadata expiration check: 4:09:05 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : lua-socket
Version : 3.0
Release : 0.17.rc1.el8
Architecture : src
Size : 327 k
Source : None
Repository : ol8_appstream
Summary : Network support for the Lua language
URL : http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/
License : MIT
Description : LuaSocket is a Lua extension library that is composed by two parts: a C core
: that provides support for the TCP and UDP transport layers, and a 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.