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

Last updated: July 05,2024

1. Install "lua54-luarocks" package

In this section, we are going to explain the necessary steps to install lua54-luarocks on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install lua54-luarocks

2. Uninstall "lua54-luarocks" package

This guide covers the steps necessary to uninstall lua54-luarocks on openSuSE Tumbleweed:

$ sudo zypper remove lua54-luarocks

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

Information for package lua54-luarocks:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : lua54-luarocks
Version : 3.9.1-5.2
Arch : noarch
Vendor : openSUSE
Installed Size : 715.7 KiB
Installed : No
Status : not installed
Source package : lua54-luarocks-3.9.1-5.2.src
Upstream URL : https://luarocks.org
Summary : A deployment and management system for Lua modules
Description :
LuaRocks allows you to install Lua modules as self-contained packages
called "rocks", which also contain version dependency
information. This information is used both during installation, so
that when one rock is requested all rocks it depends on are installed
as well, and at run time, so that when a module is required, the
correct version is loaded. LuaRocks supports both local and remote
repositories, and multiple local rocks trees.