How to Install and Uninstall toluapp-5.3 Package on openSUSE Leap

Last updated: April 28,2024

1. Install "toluapp-5.3" package

Please follow the step by step instructions below to install toluapp-5.3 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install toluapp-5.3

2. Uninstall "toluapp-5.3" package

This is a short guide on how to uninstall toluapp-5.3 on openSUSE Leap:

$ sudo zypper remove toluapp-5.3

3. Information about the toluapp-5.3 package on openSUSE Leap

Information for package toluapp-5.3:
------------------------------------
Repository : Main Repository
Name : toluapp-5.3
Version : 1.0.93-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 129.4 KiB
Installed : No
Status : not installed
Source package : lua53-toluapp-1.0.93-bp155.2.11.src
Upstream URL : https://github.com/LuaDist/toluapp
Summary : C/C++ with Lua Integration Tool
Description :
tolua++ is an extended version of tolua, a tool to integrate C/C++ code with
Lua. tolua++ includes new features oriented to c++ such as:
* support for std::string as a basic type (this can be turned off by a command
line option)
* support for class templates