How to Install and Uninstall lua-alt-getopt.noarch Package on Fedora 34

Last updated: October 05,2024

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

Please follow the guidelines below to install lua-alt-getopt.noarch on Fedora 34

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

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

Please follow the guidelines below to uninstall lua-alt-getopt.noarch on Fedora 34:

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

3. Information about the lua-alt-getopt.noarch package on Fedora 34

Last metadata expiration check: 4:16:51 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : lua-alt-getopt
Version : 0.8.0
Release : 3.fc34
Architecture : noarch
Size : 11 k
Source : lua-alt-getopt-0.8.0-3.fc34.src.rpm
Repository : fedora
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.