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

Last updated: July 01,2024

1. Install "lua-argparse.noarch" package

Please follow the guidance below to install lua-argparse.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install lua-argparse.noarch

2. Uninstall "lua-argparse.noarch" package

Please follow the step by step instructions below to uninstall lua-argparse.noarch on Fedora 34:

$ sudo dnf remove lua-argparse.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:06:01 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : lua-argparse
Version : 0.6.0
Release : 3.fc34
Architecture : noarch
Size : 18 k
Source : lua-argparse-0.6.0-3.fc34.src.rpm
Repository : fedora
Summary : Feature-rich command line parser for Lua
URL : https://github.com/mpeterv/argparse
License : MIT
Description : Argparse is a feature-rich command line parser for Lua inspired by argparse
: for Python.
:
: Argparse supports positional arguments, options, flags, optional arguments,
: subcommands and more. Argparse automatically generates usage, help and error
: messages.