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

Last updated: June 29,2024

1. Install "luabind.x86_64" package

Please follow the guidance below to install luabind.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install luabind.x86_64

2. Uninstall "luabind.x86_64" package

Learn how to uninstall luabind.x86_64 on Fedora 34:

$ sudo dnf remove luabind.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:32:20 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : luabind
Version : 0.9.1
Release : 38.fc34
Architecture : x86_64
Size : 50 k
Source : luabind-0.9.1-38.fc34.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.