How to Install and Uninstall lua-alt-getopt.noarch Package on CentOS 8 / RHEL 8

Last updated: May 08,2024

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

This guide covers the steps necessary to install lua-alt-getopt.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install lua-alt-getopt.noarch

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

This is a short guide on how to uninstall lua-alt-getopt.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove lua-alt-getopt.noarch $ sudo dnf autoremove

3. Information about the lua-alt-getopt.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:01:36 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : lua-alt-getopt
Version : 0.8.0
Release : 1.el8
Architecture : noarch
Size : 10 k
Source : lua-alt-getopt-0.8.0-1.el8.src.rpm
Repository : epel
Summary : Argument processing module for Lua
URL : https://github.com/cheusov/lua-alt-getopt
License : MIT
Description : alt-getopt is a module for Lua programming language for processing
: application's arguments the same way BSD/GNU getopt_long(3) functions
: do. The main goal is compatibility with SUS "Utility Syntax
: Guidelines" guidelines 3-13.