How to Install and Uninstall lua.i686 Package on Fedora 36
Last updated: January 15,2025
1. Install "lua.i686" package
This is a short guide on how to install lua.i686 on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
lua.i686
Copied
2. Uninstall "lua.i686" package
Learn how to uninstall lua.i686 on Fedora 36:
$
sudo dnf remove
lua.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the lua.i686 package on Fedora 36
Last metadata expiration check: 3:27:59 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : lua
Version : 5.4.4
Release : 3.fc36
Architecture : i686
Size : 197 k
Source : lua-5.4.4-3.fc36.src.rpm
Repository : updates
Summary : Powerful light-weight programming language
URL : https://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.
Available Packages
Name : lua
Version : 5.4.4
Release : 3.fc36
Architecture : i686
Size : 197 k
Source : lua-5.4.4-3.fc36.src.rpm
Repository : updates
Summary : Powerful light-weight programming language
URL : https://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.