How to Install and Uninstall lua.x86_64 Package on CentOS 7 / RHEL 7

Last updated: May 03,2024

1. Install "lua.x86_64" package

This tutorial shows how to install lua.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install lua.x86_64

2. Uninstall "lua.x86_64" package

Please follow the step by step instructions below to uninstall lua.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove lua.x86_64 $ sudo yum autoremove

3. Information about the lua.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : lua
Arch : x86_64
Version : 5.1.4
Release : 15.el7
Size : 625 k
Repo : installed
From repo : anaconda
Summary : Powerful light-weight programming language
URL : http://www.lua.org/
License : MIT
Description : Lua is a powerful light-weight programming language designed for
: extending applications. Lua is also frequently used as a
: general-purpose, stand-alone language. Lua is free software.
: Lua combines simple procedural syntax with powerful data
: description constructs based on associative arrays and extensible
: semantics. Lua is dynamically typed, interpreted from bytecodes,
: and has automatic memory management with garbage collection,
: making it ideal for configuration, scripting, and rapid
: prototyping.