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

Last updated: October 07,2024

1. Install "luabind.i686" package

Please follow the guidance below to install luabind.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install luabind.i686

2. Uninstall "luabind.i686" package

Here is a brief guide to show you how to uninstall luabind.i686 on Fedora 35:

$ sudo dnf remove luabind.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 0:09:16 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : luabind
Version : 0.9.1
Release : 39.fc35
Architecture : i686
Size : 54 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.