How to Install and Uninstall texlive-excludeonly.noarch Package on Fedora 38

Last updated: September 30,2024

1. Install "texlive-excludeonly.noarch" package

This is a short guide on how to install texlive-excludeonly.noarch on Fedora 38

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

2. Uninstall "texlive-excludeonly.noarch" package

Please follow the step by step instructions below to uninstall texlive-excludeonly.noarch on Fedora 38:

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

3. Information about the texlive-excludeonly.noarch package on Fedora 38

Last metadata expiration check: 3:09:02 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : texlive-excludeonly
Epoch : 10
Version : svn17262.1.0
Release : 65.fc38
Architecture : noarch
Size : 13 k
Source : texlive-2022-65.fc38.src.rpm
Repository : fedora
Summary : Prevent files being \include-ed
URL : http://tug.org/texlive/
License : LicenseRef-Fedora-Public-Domain
Description : The package defines an \excludeonly command, which is (in
: effect) the opposite of \includeonly. If both \includeonly and
: \excludeonly exist in a document, only files "allowed" by both
: will be included. The package redefines the internal \@include
: command, so it conflicts with packages that do the same.
: Examples are the classes paper.cls and thesis.cls.