How To Install lua-libs on Fedora 36
Introduction
In this tutorial we learn how to install lua-libs
on Fedora 36.
What is lua-libs
This package contains the shared libraries for lua.
We can use yum
or dnf
to install lua-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lua-libs.
Install lua-libs on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install lua-libs
using dnf
by running the following command:
sudo dnf -y install lua-libs
Install lua-libs on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install lua-libs
using yum
by running the following command:
sudo yum -y install lua-libs
How To Uninstall lua-libs on Fedora 36
To uninstall only the lua-libs
package we can use the following command:
sudo dnf remove lua-libs
lua-libs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/23
/usr/lib/.build-id/23/6017081bd31e23fba01e48eadc8c1ca7546de5
/usr/lib/.build-id/49
/usr/lib/.build-id/49/2449b9fd1961fae69c816245d0ae1e5d2421ee
/usr/lib64/liblua-5.3.so
/usr/lib64/liblua-5.4.so
/usr/lib64/lua
/usr/lib64/lua/5.3
/usr/lib64/lua/5.4
/usr/share/lua
/usr/share/lua/5.3
/usr/share/lua/5.4
References
Summary
In this tutorial we learn how to install lua-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).