How to Install and Uninstall texlive-filecontents.noarch Package on AlmaLinux 9

Last updated: June 23,2024

1. Install "texlive-filecontents.noarch" package

This guide let you learn how to install texlive-filecontents.noarch on AlmaLinux 9

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

2. Uninstall "texlive-filecontents.noarch" package

This tutorial shows how to uninstall texlive-filecontents.noarch on AlmaLinux 9:

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

3. Information about the texlive-filecontents.noarch package on AlmaLinux 9

Last metadata expiration check: 1:56:43 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : texlive-filecontents
Epoch : 9
Version : 20200406
Release : 26.el9_2
Architecture : noarch
Size : 128 k
Source : texlive-20200406-26.el9_2.src.rpm
Repository : 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.