How to Install and Uninstall texlive-expkv-bundle Package on openSuSE Tumbleweed

Last updated: October 05,2024

1. Install "texlive-expkv-bundle" package

Learn how to install texlive-expkv-bundle on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install texlive-expkv-bundle

2. Uninstall "texlive-expkv-bundle" package

Learn how to uninstall texlive-expkv-bundle on openSuSE Tumbleweed:

$ sudo zypper remove texlive-expkv-bundle

3. Information about the texlive-expkv-bundle package on openSuSE Tumbleweed

Information for package texlive-expkv-bundle:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : texlive-expkv-bundle
Version : 2023.209.svn65623-53.2
Arch : noarch
Vendor : openSUSE
Installed Size : 154.7 KiB
Installed : No
Status : not installed
Source package : texlive-specs-i-2023-53.2.src
Upstream URL : https://www.tug.org/texlive/
Summary : An expandable key=val implementation and friends
Description :
This is a collection of different packages that provide
key=value functionality in plainTeX, LaTeX, and ConTeXt. At the
core, the expkv package implements two expandable key=value
parsers that are somewhat fast and robust against common bugs
in many key=value implementations (no accidental brace
stripping, no fragility for active commas or equals signs).
expkv-cs enables users to define expandable key=value macros in
a comfortable and straightforward way. expkv-def provides an
interface to define common key types for expkv similar to the
key defining interfaces of widespread key=value
implementations. expkv-opt allows to parse package or class
options in LaTeX via expkv. expkv-pop is a utility package to
define prefix oriented parsers that allow a somewhat natural
formulation (it provides the core functionality for the
key-defining front ends of both expkv-cs and expkv-def).