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

Last updated: July 03,2024

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

This guide covers the steps necessary to install lua-alt-getopt.noarch on Oracle Linux 8

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

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

In this section, we are going to explain the necessary steps to uninstall lua-alt-getopt.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 6:35:58 ago on Mon Sep 12 02:51:38 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.