How to Install and Uninstall latexmk.noarch Package on Rocky Linux 9

Last updated: July 06,2024

1. Install "latexmk.noarch" package

In this section, we are going to explain the necessary steps to install latexmk.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install latexmk.noarch

2. Uninstall "latexmk.noarch" package

This tutorial shows how to uninstall latexmk.noarch on Rocky Linux 9:

$ sudo dnf remove latexmk.noarch $ sudo dnf autoremove

3. Information about the latexmk.noarch package on Rocky Linux 9

Last metadata expiration check: 2:21:59 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : latexmk
Version : 4.82a
Release : 1.el9
Architecture : noarch
Size : 425 k
Source : latexmk-4.82a-1.el9.src.rpm
Repository : epel
Summary : A make-like utility for LaTeX files
URL : https://www.cantab.net/users/johncollins/latexmk/
License : GPL-2.0-or-later
Description : Latexmk is a perl script for running LaTeX the correct number of times to
: resolve cross references, etc.; it also runs auxiliary programs (bibtex,
: makeindex if necessary, and dvips and/or a previewer as requested). It has
: a number of other useful capabilities, for example to start a previewer and
: then run latex whenever the source files are updated, so that the previewer
: gives an up-to-date view of the document. The script runs on both UNIX and
: MS-WINDOWS (95, ME, XP, etc). This script is a corrected and improved
: version of the original version of latexmk.
:
: Before using a previewer, read the file README.fedora.