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

Last updated: May 19,2024

1. Install "lua54-testmore" package

This tutorial shows how to install lua54-testmore on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install lua54-testmore

2. Uninstall "lua54-testmore" package

In this section, we are going to explain the necessary steps to uninstall lua54-testmore on openSuSE Tumbleweed:

$ sudo zypper remove lua54-testmore

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

Information for package lua54-testmore:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : lua54-testmore
Version : 0.3.6+git2-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 27.4 KiB
Installed : No
Status : not installed
Source package : lua54-testmore-0.3.6+git2-2.2.src
Upstream URL : https://framagit.org/fperrad/lua-TestMore
Summary : A Lua port of the Perl Test::More unit testing framework
Description :
lua-TestMore is a port of the Perl5 module Test::More. It uses the
Test Anything Protocol as output, that allows a compatibility with
the Perl QA ecosystem. It's an extensible framework.
See lua-TestAssertion an extension which provides many Lua friendly
assertions. It allows a simple and efficient way to write tests
(without OO style). Some tests could be marked as TODO or skipped.
Errors could be fully checked with error_like().