How to Install and Uninstall tolua Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "tolua" package

Please follow the guidance below to install tolua on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install tolua

2. Uninstall "tolua" package

This guide covers the steps necessary to uninstall tolua on openSuSE Tumbleweed:

$ sudo zypper remove tolua

3. Information about the tolua package on openSuSE Tumbleweed

Information for package tolua:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : tolua
Version : 5.2.4-5.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 102.2 KiB
Installed : No
Status : not installed
Source package : tolua-5.2.4-5.1.src
Upstream URL : http://www.tecgraf.puc-rio.br/~celes/tolua/
Summary : Greatly simplifies the integration of C/C++ code with Lua
Description :
tolua is a tool that greatly simplifies the integration of
C/C++ code with Lua.
Based on a 'cleaned' header file, tolua automatically generates
the binding code to access C/C++ features from Lua.
Using Lua-5.0 API and tag method facilities, the current version
automatically maps C/C++ constants, external variables, functions,
namespace, classes, and methods to Lua. It also provides
facilities to create Lua modules.