How to Install and Uninstall tolua Package on openSUSE Leap

Last updated: December 24,2024

1. Install "tolua" package

This guide let you learn how to install tolua on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install tolua

2. Uninstall "tolua" package

This guide covers the steps necessary to uninstall tolua on openSUSE Leap:

$ sudo zypper remove tolua

3. Information about the tolua package on openSUSE Leap

Information for package tolua:
------------------------------
Repository : Main Repository
Name : tolua
Version : 5.2.4-bp155.3.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 98.2 KiB
Installed : No
Status : not installed
Source package : tolua-5.2.4-bp155.3.10.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.