How to Install and Uninstall texlive-har2nat.noarch Package on Fedora 39

Last updated: January 12,2025

1. Install "texlive-har2nat.noarch" package

Please follow the instructions below to install texlive-har2nat.noarch on Fedora 39

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

2. Uninstall "texlive-har2nat.noarch" package

In this section, we are going to explain the necessary steps to uninstall texlive-har2nat.noarch on Fedora 39:

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

3. Information about the texlive-har2nat.noarch package on Fedora 39

Last metadata expiration check: 1:01:01 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : texlive-har2nat
Epoch : 11
Version : svn54080
Release : 69.fc39
Architecture : noarch
Size : 15 k
Source : texlive-2023-69.fc39.src.rpm
Repository : fedora
Summary : Replace the harvard package with natbib
URL : http://tug.org/texlive/
License : LPPL-1.3c
Description : This small package allows a LaTeX document containing the
: citation commands provided by the Harvard package to be
: compiled using the natbib package. Migration from harvard to
: natbib thus can be achieved simply by replacing
: \usepackage{harvard} with \usepackage{natbib}
: \usepackage{har2nat} It is important that har2nat be loaded
: after natbib, since it modifies natbib commands.