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

Last updated: September 19,2024

1. Install "texlive-extract.noarch" package

Please follow the guidance below to install texlive-extract.noarch on Fedora 34

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

2. Uninstall "texlive-extract.noarch" package

This is a short guide on how to uninstall texlive-extract.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:12:42 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : texlive-extract
Epoch : 9
Version : svn52117
Release : 39.fc34
Architecture : noarch
Size : 20 k
Source : texlive-2020-39.fc34.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.