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

Last updated: February 13,2025

1. Install "texlive-expkv-cs.noarch" package

This guide covers the steps necessary to install texlive-expkv-cs.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install texlive-expkv-cs.noarch

2. Uninstall "texlive-expkv-cs.noarch" package

This guide covers the steps necessary to uninstall texlive-expkv-cs.noarch on Fedora 35:

$ sudo dnf remove texlive-expkv-cs.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:39:38 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : texlive-expkv-cs
Epoch : 9
Version : svn58852
Release : 48.fc35
Architecture : noarch
Size : 353 k
Source : texlive-2021-48.fc35.src.rpm
Repository : updates
Summary : Define expandable key=val macros using expkv
URL : http://tug.org/texlive/
License : LPPL 1.3
Description : This package is a frontend to define expandable macros with
: key=val arguments. It provides four syntaxes, each of which
: will define to take a single key=val argument:
: ekvcSplit{=, ...}{}
: ekvcSplitAndForward{=, ...}
: ekvcHash{=, ...}{}
: ekvcHashAndForward{=, ...} Additional
: keys for each might be defined using
: ekvcSecondaryKeys{ =, ...}
: expkv-cs is generic code and only requires expkv for its
: parsing. A LaTeX package expkv-cs.sty is included to play
: nicely on LaTeX's package loading system, but that package is
: not needed and does not provide more functionality than the
: generic code in expkv-cs.tex. Note: In this context, "cs"
: stands for "control sequence" (i.e.: macro).