How to Install and Uninstall texlive-filecontents.noarch Package on Fedora 36

Last updated: May 19,2024

1. Install "texlive-filecontents.noarch" package

Please follow the steps below to install texlive-filecontents.noarch on Fedora 36

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

2. Uninstall "texlive-filecontents.noarch" package

Please follow the guidelines below to uninstall texlive-filecontents.noarch on Fedora 36:

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

3. Information about the texlive-filecontents.noarch package on Fedora 36

Last metadata expiration check: 3:55:21 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : texlive-filecontents
Epoch : 9
Version : svn52142
Release : 55.fc36
Architecture : noarch
Size : 17 k
Source : texlive-2021-55.fc36.src.rpm
Repository : fedora
Summary : Extended filecontents and filecontents* environments
URL : http://tug.org/texlive/
License : LPPL
Description : LaTeX2e's filecontents and filecontents* environments enable a
: LaTeX source file to generate external files as it runs through
: LaTeX. However, there are two limitations of these
: environments: they refuse to overwrite existing files, and they
: can only be used in the preamble of a document. The
: filecontents package removes these limitations, letting you
: overwrite existing files and letting you use
: filecontents/filecontents* anywhere. As of September 2019 the
: author tells us: "This package is no longer necessary due to
: its functionality having moved into recent LaTeX kernels. It's
: probably better not to move the package to obsolete because
: users may need it to rebuild old documents. Version 1.5
: provides full functionality when run with an older kernel but
: issues a warning message and disables itself when run with a
: newer kernel."