How To Install luabind on Fedora 36
Introduction
In this tutorial we learn how to install luabind on Fedora 36.
What is luabind
Luabind is a library that helps you create bindings between C++ and Lua. It has the ability to expose functions and classes, written in C++, to Lua. It will also supply the functionality to define classes in Lua and let them derive from other Lua classes or C++ classes. Lua classes can override virtual functions from their C++ base classes. It is written towards Lua 5.0, and does not work with Lua 4.
We can use yum or dnf to install luabind on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install luabind.
Install luabind 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 luabind using dnf by running the following command:
sudo dnf -y install luabind
Install luabind 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 luabind using yum by running the following command:
sudo yum -y install luabind
How To Uninstall luabind on Fedora 36
To uninstall only the luabind package we can use the following command:
sudo dnf remove luabind
luabind Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/08
/usr/lib/.build-id/08/eb974d16bcb53e21c911eb03ea114a520f3f3c
/usr/lib64/libluabind.so.0.9.0
/usr/share/doc/luabind
/usr/share/doc/luabind/LICENSE
References
Summary
In this tutorial we learn how to install luabind on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install luabind on Fedora 36” linkTitle: “luabind” type: “docs” description: “In this tutorial we learn how to install luabind in Fedora 36. luabind is A library that helps create bindings between C++ and Lua” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/luabind-featured.png
Introduction
In this tutorial we learn how to install luabind on Fedora 36.
What is luabind
Luabind is a library that helps you create bindings between C++ and Lua. It has the ability to expose functions and classes, written in C++, to Lua. It will also supply the functionality to define classes in Lua and let them derive from other Lua classes or C++ classes. Lua classes can override virtual functions from their C++ base classes. It is written towards Lua 5.0, and does not work with Lua 4.
We can use yum or dnf to install luabind on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install luabind.
Install luabind 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 luabind using dnf by running the following command:
sudo dnf -y install luabind
Install luabind 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 luabind using yum by running the following command:
sudo yum -y install luabind
How To Uninstall luabind on Fedora 36
To uninstall only the luabind package we can use the following command:
sudo dnf remove luabind
luabind Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/94
/usr/lib/.build-id/94/b2a6468abd7318e10d42b1e70e020101d8b9ae
/usr/lib/libluabind.so.0.9.0
/usr/share/doc/luabind
/usr/share/doc/luabind/LICENSE
References
Summary
In this tutorial we learn how to install luabind on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).