How To Install lua-bit32 on Fedora 36
Introduction
In this tutorial we learn how to install lua-bit32
on Fedora 36.
What is lua-bit32
bit32 is a bit manipulation library, in the version from Lua 5.3; it is compatible with Lua 5.1 to 5.4.
We can use yum
or dnf
to install lua-bit32
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lua-bit32.
Install lua-bit32 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-bit32
using dnf
by running the following command:
sudo dnf -y install lua-bit32
Install lua-bit32 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-bit32
using yum
by running the following command:
sudo yum -y install lua-bit32
How To Uninstall lua-bit32 on Fedora 36
To uninstall only the lua-bit32
package we can use the following command:
sudo dnf remove lua-bit32
lua-bit32 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/8b89bb6c3c0f2f6133631c65a785b911c7e087
/usr/lib64/lua/5.4/bit32.so
/usr/share/licenses/lua-bit32
/usr/share/licenses/lua-bit32/LICENSE
References
Summary
In this tutorial we learn how to install lua-bit32
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).