How to Install and Uninstall texlive-namedef.noarch Package on Fedora 39

Last updated: October 01,2024

1. Install "texlive-namedef.noarch" package

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

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

2. Uninstall "texlive-namedef.noarch" package

This guide let you learn how to uninstall texlive-namedef.noarch on Fedora 39:

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

3. Information about the texlive-namedef.noarch package on Fedora 39

Last metadata expiration check: 3:33:50 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : texlive-namedef
Epoch : 11
Version : svn55881
Release : 69.fc39
Architecture : noarch
Size : 633 k
Source : texlive-2023-69.fc39.src.rpm
Repository : fedora
Summary : TeX definitions with named parameters
URL : http://tug.org/texlive/
License : LPPL-1.3c
Description : This package provides a prefix \named to be used in TeX
: definitions so that parameters can be identified by their name
: rather than by number, giving parameters a semantic rather than
: syntactic meaning, making it easy to understand long
: definitions. A usual definition reads: \def\SayHello#1{Hello,
:
: \named\def\SayHello#[person]{Hello, #[person]!} and \named will
: figure out the numbering of the parameters for you.