How to Install and Uninstall texlive-lua-alt-getopt.noarch Package on CentOS 8 / RHEL 8

Last updated: May 18,2024

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

This is a short guide on how to install texlive-lua-alt-getopt.noarch on CentOS 8 / RHEL 8

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

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

In this section, we are going to explain the necessary steps to uninstall texlive-lua-alt-getopt.noarch on CentOS 8 / RHEL 8:

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

3. Information about the texlive-lua-alt-getopt.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:48:12 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : texlive-lua-alt-getopt
Epoch : 7
Version : 20180414
Release : 19.el8
Architecture : noarch
Size : 30 k
Source : texlive-20180414-19.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.