How to Install and Uninstall texlive-makeindex.x86_64 Package on Oracle Linux 9

Last updated: June 03,2024

1. Install "texlive-makeindex.x86_64" package

Please follow the guidance below to install texlive-makeindex.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install texlive-makeindex.x86_64

2. Uninstall "texlive-makeindex.x86_64" package

Please follow the step by step instructions below to uninstall texlive-makeindex.x86_64 on Oracle Linux 9:

$ sudo dnf remove texlive-makeindex.x86_64 $ sudo dnf autoremove

3. Information about the texlive-makeindex.x86_64 package on Oracle Linux 9

Last metadata expiration check: 3:00:54 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : texlive-makeindex
Epoch : 9
Version : 20200406
Release : 26.el9_2
Architecture : x86_64
Size : 452 k
Source : texlive-20200406-26.el9_2.src.rpm
Repository : ol9_appstream
Summary : Process index output to produce typesettable code
URL : http://tug.org/texlive/
License : MakeIndex
Description : A general purpose hierarchical index generator; it accepts one
: or more input files (often produced by a text formatter such as
: TeX or troff), sorts the entries, and produces an output file
: which can be formatted. The formats of the input and output
: files are specified in a style file; by default, input is
: assumed to be an .idx file, as generated by LaTeX.