How to Install and Uninstall texlive-compare.noarch Package on Fedora 35

Last updated: April 30,2024

1. Install "texlive-compare.noarch" package

This guide covers the steps necessary to install texlive-compare.noarch on Fedora 35

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

2. Uninstall "texlive-compare.noarch" package

Learn how to uninstall texlive-compare.noarch on Fedora 35:

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

3. Information about the texlive-compare.noarch package on Fedora 35

Last metadata expiration check: 0:20:30 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : texlive-compare
Epoch : 9
Version : svn54265
Release : 48.fc35
Architecture : noarch
Size : 14 k
Source : texlive-2021-48.fc35.src.rpm
Repository : updates
Summary : Compare two strings
URL : http://tug.org/texlive/
License : Public Domain
Description : The file defines a macro \compare, which takes two arguments;
: the macro expands to -1, 0, 1, according as the first argument
: is less than, equal to, or greater than the second argument.
: Sorting is alphabetic, using ASCII collating order.