How to Install and Uninstall texlive-filecontents.noarch Package on Oracle Linux 8

Last updated: May 16,2024

1. Install "texlive-filecontents.noarch" package

Please follow the steps below to install texlive-filecontents.noarch on Oracle Linux 8

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

2. Uninstall "texlive-filecontents.noarch" package

This is a short guide on how to uninstall texlive-filecontents.noarch on Oracle Linux 8:

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

3. Information about the texlive-filecontents.noarch package on Oracle Linux 8

Last metadata expiration check: 3:18:33 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : texlive-filecontents
Epoch : 7
Version : 20180414
Release : 25.el8
Architecture : noarch
Size : 257 k
Source : texlive-20180414-25.el8.src.rpm
Repository : ol8_appstream
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.