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

Last updated: May 19,2024

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

This tutorial shows how to install texlive-lua-alt-getopt.noarch on Rocky Linux 8

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

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

This is a short guide on how to uninstall texlive-lua-alt-getopt.noarch on Rocky Linux 8:

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

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

Last metadata expiration check: 1:13:57 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : texlive-lua-alt-getopt
Epoch : 7
Version : 20180414
Release : 25.el8
Architecture : noarch
Size : 30 k
Source : texlive-20180414-25.el8.src.rpm
Repository : appstream
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.