How to Install and Uninstall texlive-lua-alt-getopt Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "texlive-lua-alt-getopt" package

This guide covers the steps necessary to install texlive-lua-alt-getopt on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install texlive-lua-alt-getopt

2. Uninstall "texlive-lua-alt-getopt" package

Here is a brief guide to show you how to uninstall texlive-lua-alt-getopt on openSuSE Tumbleweed:

$ sudo zypper remove texlive-lua-alt-getopt

3. Information about the texlive-lua-alt-getopt package on openSuSE Tumbleweed

Information for package texlive-lua-alt-getopt:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : texlive-lua-alt-getopt
Version : 2023.208.0.0.7.0svn56414-53.3
Arch : noarch
Vendor : openSUSE
Installed Size : 3.9 KiB
Installed : No
Status : not installed
Source package : texlive-specs-o-2023-53.3.src
Upstream URL : https://www.tug.org/texlive/
Summary : Process application arguments the same way as getopt_long
Description :
lua_altgetopt is a MIT-licensed module for Lua, for processing
application arguments in the same way as BSD/GNU getopt_long(3)
functions do. This module is made available for lua script
writers to have consistent command line parsing routines.