How to Install and Uninstall luabind.x86_64 Package on Fedora 38

Last updated: November 01,2024

1. Install "luabind.x86_64" package

In this section, we are going to explain the necessary steps to install luabind.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install luabind.x86_64

2. Uninstall "luabind.x86_64" package

Here is a brief guide to show you how to uninstall luabind.x86_64 on Fedora 38:

$ sudo dnf remove luabind.x86_64 $ sudo dnf autoremove

3. Information about the luabind.x86_64 package on Fedora 38

Last metadata expiration check: 1:38:12 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : luabind
Version : 0.9.1
Release : 42.fc38
Architecture : x86_64
Size : 51 k
Source : luabind-0.9.1-42.fc38.src.rpm
Repository : fedora
Summary : A library that helps create bindings between C++ and Lua
URL : http://www.rasterbar.com/products/luabind.html
License : MIT
Description : 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.