How to Install and Uninstall texlive-luakeys.noarch Package on Fedora 36

Last updated: October 05,2024

1. Install "texlive-luakeys.noarch" package

This tutorial shows how to install texlive-luakeys.noarch on Fedora 36

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

2. Uninstall "texlive-luakeys.noarch" package

This is a short guide on how to uninstall texlive-luakeys.noarch on Fedora 36:

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

3. Information about the texlive-luakeys.noarch package on Fedora 36

Last metadata expiration check: 2:05:21 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : texlive-luakeys
Epoch : 9
Version : svn57463
Release : 55.fc36
Architecture : noarch
Size : 159 k
Source : texlive-2021-55.fc36.src.rpm
Repository : fedora
Summary : A Lua module for parsing key-value options
URL : http://tug.org/texlive/
License : LPPL 1.3
Description : This package provides a Lua module that can parse key-value
: options like the TeX packages keyval, kvsetkeys, kvoptions,
: xkeyval, pgfkeys etc. luakeys, however, accomplishes this task
: entirely by using the Lua language and does not rely on TeX.
: Therefore this package can only be used with the TeX engine
: LuaTeX. Since luakeys uses LPeg, the parsing mechanism should
: be pretty robust.