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

Last updated: October 07,2024

1. Install "texlive-bundledoc.noarch" package

Here is a brief guide to show you how to install texlive-bundledoc.noarch on Fedora 34

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

2. Uninstall "texlive-bundledoc.noarch" package

Please follow the instructions below to uninstall texlive-bundledoc.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:26:35 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : texlive-bundledoc
Epoch : 9
Version : 20200327
Release : 30.fc34
Architecture : noarch
Size : 41 k
Source : texlive-base-20200327-30.fc34.src.rpm
Repository : updates
Summary : Bundle together all the files needed to build a LaTeX document
URL : http://tug.org/texlive/
License : LPPL
Description : The bundledoc package is a post-processor for the snapshot
: package that bundles together all the classes, packages and
: files needed to build a given LaTeX document. It reads the .dep
: file that snapshot produces, finds each of the files mentioned
: therein, and archives them into a single .tar.gz (or .zip, or
: whatever) file, suitable for moving across systems,
: transmitting to a colleague, etc. A script, arlatex, provides
: an alternative "archiving" mechanism, creating a single LaTeX
: file that contains all of the ancillary files of a LaTeX
: document, together with the document itself, using the
: filecontents* environment.