How to Install and Uninstall lua.i686 Package on Amazon Linux 2

Last updated: October 06,2024

1. Install "lua.i686" package

This guide let you learn how to install lua.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install lua.i686

2. Uninstall "lua.i686" package

This guide let you learn how to uninstall lua.i686 on Amazon Linux 2:

$ sudo yum remove lua.i686 $ sudo yum autoremove

3. Information about the lua.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : lua
Arch : i686
Version : 5.1.4
Release : 15.amzn2.0.2
Size : 216 k
Repo : amzn2-core/2/x86_64
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.