How to Install and Uninstall lua5.1-socket.x86_64 Package on Fedora 34

Last updated: October 04,2024

1. Install "lua5.1-socket.x86_64" package

This is a short guide on how to install lua5.1-socket.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install lua5.1-socket.x86_64

2. Uninstall "lua5.1-socket.x86_64" package

This guide let you learn how to uninstall lua5.1-socket.x86_64 on Fedora 34:

$ sudo dnf remove lua5.1-socket.x86_64 $ sudo dnf autoremove

3. Information about the lua5.1-socket.x86_64 package on Fedora 34

Last metadata expiration check: 5:13:47 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : lua5.1-socket
Version : 3.0.0
Release : 1.fc34
Architecture : x86_64
Size : 111 k
Source : lua-socket-3.0.0-1.fc34.src.rpm
Repository : updates
Summary : Network support for the Lua 5.1 language
URL : https://lunarmodules.github.io/luasocket/
License : MIT
Description : LuaSocket is a Lua 5.1 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 5.1 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.