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

Last updated: November 30,2024

1. Install "lua-argparse.noarch" package

Please follow the steps below to install lua-argparse.noarch on Fedora 38

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

2. Uninstall "lua-argparse.noarch" package

This guide let you learn how to uninstall lua-argparse.noarch on Fedora 38:

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

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

Last metadata expiration check: 0:39:13 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : lua-argparse
Version : 0.6.0
Release : 7.fc38
Architecture : noarch
Size : 18 k
Source : lua-argparse-0.6.0-7.fc38.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.