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

Last updated: November 25,2024

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

Here is a brief guide to show you how to install texlive-lua-alt-getopt.noarch on Fedora 39

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

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

Learn how to uninstall texlive-lua-alt-getopt.noarch on Fedora 39:

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

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

Last metadata expiration check: 3:18:27 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : texlive-lua-alt-getopt
Epoch : 11
Version : svn56414
Release : 69.fc39
Architecture : noarch
Size : 13 k
Source : texlive-2023-69.fc39.src.rpm
Repository : fedora
Summary : Process application arguments the same way as getopt_long
URL : http://tug.org/texlive/
License : MIT
Description : lua_altgetopt is a MIT-licensed module for Lua, for processing
: application arguments in the same way as BSD/GNU getopt_long(3)
: functions do. This module is made available for lua script
: writers to have consistent command line parsing routines.