How to Install and Uninstall texlive-index.noarch Package on Oracle Linux 8

Last updated: May 17,2024

1. Install "texlive-index.noarch" package

This guide covers the steps necessary to install texlive-index.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install texlive-index.noarch

2. Uninstall "texlive-index.noarch" package

Here is a brief guide to show you how to uninstall texlive-index.noarch on Oracle Linux 8:

$ sudo dnf remove texlive-index.noarch $ sudo dnf autoremove

3. Information about the texlive-index.noarch package on Oracle Linux 8

Last metadata expiration check: 3:17:06 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : texlive-index
Epoch : 7
Version : 20180414
Release : 25.el8
Architecture : noarch
Size : 191 k
Source : texlive-20180414-25.el8.src.rpm
Repository : ol8_appstream
Summary : Extended index for LaTeX including multiple indexes
URL : http://tug.org/texlive/
License : LPPL
Description : This is a reimplementation of LaTeX's indexing macros to
: provide better support for indexing. For example, it supports
: multiple indexes in a single document and provides a more
: robust \index command. It supplies short hand notations for the
: \index command (^{word}) and a * variation of \index
: (abbreviated _{word}) that prints the word being indexed, as
: well as creating an index entry for it.