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

Last updated: October 04,2024

1. Install "texlive-latexpand.noarch" package

Learn how to install texlive-latexpand.noarch on Fedora 34

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

2. Uninstall "texlive-latexpand.noarch" package

Here is a brief guide to show you how to uninstall texlive-latexpand.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:48:52 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : texlive-latexpand
Epoch : 9
Version : 20200327
Release : 30.fc34
Architecture : noarch
Size : 22 k
Source : texlive-base-20200327-30.fc34.src.rpm
Repository : updates
Summary : Expand \input and \include in a LaTeX document
URL : http://tug.org/texlive/
License : BSD
Description : Latexpand is a Perl script that simply replaces \input and
: \include commands with the content of the file input/included.
: The script does not deal with \includeonly commands.