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

Last updated: October 06,2024

1. Install "texlive-extract.noarch" package

This is a short guide on how to install texlive-extract.noarch on Fedora 35

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

2. Uninstall "texlive-extract.noarch" package

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

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

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

Last metadata expiration check: 4:11:40 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : texlive-extract
Epoch : 9
Version : svn52117
Release : 48.fc35
Architecture : noarch
Size : 20 k
Source : texlive-2021-48.fc35.src.rpm
Repository : updates
Summary : Extract parts of a document and write to another document
URL : http://tug.org/texlive/
License : LPPL
Description : The package provides the means to extract specific content from
: a source document and write that to a target document. One
: could, for instance, use this to extract all exercises from
: lecture notes and generate an exercises book on the fly. The
: package also provides an environment which writes its body
: entirely to the target file. Another environment will write to
: the target file, but will also execute the body. This allows to
: share code (for instance, a preamble) between the source
: document and the target file. Finally, the package provides an
: interface to conditionally extract content. With a single
: package option, one can specify exactly which commands (counted
: from the start of the document) should be extracted and which
: not. This might be useful for extracting specific slides from a
: presentation and use them in a new file.