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

Last updated: October 05,2024

1. Install "texlive-withargs.noarch" package

Please follow the step by step instructions below to install texlive-withargs.noarch on Fedora 34

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

2. Uninstall "texlive-withargs.noarch" package

Please follow the guidelines below to uninstall texlive-withargs.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:22:31 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : texlive-withargs
Epoch : 9
Version : svn52641
Release : 39.fc34
Architecture : noarch
Size : 25 k
Source : texlive-2020-39.fc34.src.rpm
Repository : updates
Summary : In-place argument substitution
URL : http://tug.org/texlive/
License : LPPL 1.3
Description : The \withargs command provides a clean way to populate a
: template (containing #1, #2, etc.) using LaTeX argument
: substitution. It also allows you to carefully control argument
: expansion using a LaTeX3-style argument specification. Uses
: range from creating readable string templates (akin to C's
: printf function) to performing otherwise complex token-list
: manipulation.