How to Install and Uninstall lua-alt-getopt.noarch Package on Rocky Linux 8

Last updated: May 20,2024

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

Please follow the instructions below to install lua-alt-getopt.noarch on Rocky Linux 8

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

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

This guide let you learn how to uninstall lua-alt-getopt.noarch on Rocky Linux 8:

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

3. Information about the lua-alt-getopt.noarch package on Rocky Linux 8

Last metadata expiration check: 2:06:50 ago on Mon Sep 12 10:27:18 2022.
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.