How to Install and Uninstall lua54-luasql Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "lua54-luasql" package

Please follow the instructions below to install lua54-luasql on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install lua54-luasql

2. Uninstall "lua54-luasql" package

Please follow the steps below to uninstall lua54-luasql on openSuSE Tumbleweed:

$ sudo zypper remove lua54-luasql

3. Information about the lua54-luasql package on openSuSE Tumbleweed

Information for package lua54-luasql:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : lua54-luasql
Version : 2.6.0-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 149.7 KiB
Installed : No
Status : not installed
Source package : lua54-luasql-2.6.0-1.4.src
Upstream URL : https://github.com/lunarmodules/luasql
Summary : Simple interface from Lua to a DBMS
Description :
A simple interface from Lua to a DBMS. It enables a Lua program to:
- Connect to ODBC, ADO, Oracle, MySQL, SQLite and PostgreSQL databases;
- Execute arbitrary SQL statements;
- Retrieve results in a row-by-row cursor fashion.