How to Install and Uninstall texlive-inlinedef.noarch Package on Fedora 35

Last updated: September 28,2024

1. Install "texlive-inlinedef.noarch" package

This is a short guide on how to install texlive-inlinedef.noarch on Fedora 35

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

2. Uninstall "texlive-inlinedef.noarch" package

This guide let you learn how to uninstall texlive-inlinedef.noarch on Fedora 35:

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

3. Information about the texlive-inlinedef.noarch package on Fedora 35

Last metadata expiration check: 1:33:03 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : texlive-inlinedef
Epoch : 9
Version : svn15878.1.0
Release : 48.fc35
Architecture : noarch
Size : 20 k
Source : texlive-2021-48.fc35.src.rpm
Repository : updates
Summary : Inline expansions within definitions
URL : http://tug.org/texlive/
License : LPPL
Description : The package provides a macro \Inline that precedes a \def or
: \gdef. Within the definition text of an inlined definition,
: keywords such as \Expand may be used to selectively inline
: certain expansions at definition-time. This eases the process
: of redefining macros in terms of the original definition, as
: well as definitions in which the token that must be expanded is
: deep within, where \expandafter would be difficult and \edef is
: not suitable. Another application is as an easier version of
: \aftergroup, by defining a macro in terms of expanded local
: variables, then ending the group with
: \expandafter\endgroup\macro.