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

Last updated: October 06,2024

1. Install "texlive-inlinedef.noarch" package

This guide let you learn how to install texlive-inlinedef.noarch on Fedora 34

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

2. Uninstall "texlive-inlinedef.noarch" package

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

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

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

Last metadata expiration check: 4:53:56 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : texlive-inlinedef
Epoch : 9
Version : svn15878.1.0
Release : 39.fc34
Architecture : noarch
Size : 19 k
Source : texlive-2020-39.fc34.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.