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

Last updated: October 06,2024

1. Install "luabind.x86_64" package

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

$ sudo dnf update $ sudo dnf install luabind.x86_64

2. Uninstall "luabind.x86_64" package

Please follow the steps below to uninstall luabind.x86_64 on Fedora 36:

$ sudo dnf remove luabind.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:42:44 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : luabind
Version : 0.9.1
Release : 40.fc36
Architecture : x86_64
Size : 50 k
Source : luabind-0.9.1-40.fc36.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.