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

Last updated: March 12,2025

1. Install "luabind.x86_64" package

Please follow the guidelines below to install luabind.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install luabind.x86_64

2. Uninstall "luabind.x86_64" package

This guide let you learn how to uninstall luabind.x86_64 on Fedora 35:

$ sudo dnf remove luabind.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:45:22 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : luabind
Version : 0.9.1
Release : 39.fc35
Architecture : x86_64
Size : 50 k
Source : luabind-0.9.1-39.fc35.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.