How to Install and Uninstall perl-Lua-API.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: June 03,2024

1. Install "perl-Lua-API.x86_64" package

Please follow the instructions below to install perl-Lua-API.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install perl-Lua-API.x86_64

2. Uninstall "perl-Lua-API.x86_64" package

This is a short guide on how to uninstall perl-Lua-API.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove perl-Lua-API.x86_64 $ sudo dnf autoremove

3. Information about the perl-Lua-API.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:39:17 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-Lua-API
Version : 0.04
Release : 1.el8
Architecture : x86_64
Size : 77 k
Source : perl-Lua-API-0.04-1.el8.src.rpm
Repository : epel
Summary : Interface to Lua's embedding API
URL : https://metacpan.org/release/Lua-API
License : GPL-3.0-or-later
Description : Lua is a simple, expressive, extension programming language that is easily
: embeddable. Lua::API provides Perl bindings to Lua's C-based embedding
: API. It allows Perl routines to be called from Lua as if they were written
: in C, and allows Perl routines to directly manipulate the Lua interpreter
: and its environment. It presents a very low-level interface (essentially
: equivalent to the C interface), so is aimed at developers who need that
: sort of access.