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

Last updated: May 11,2024

1. Install "texlive-gates.noarch" package

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

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

2. Uninstall "texlive-gates.noarch" package

This guide let you learn how to uninstall texlive-gates.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:59:54 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : texlive-gates
Epoch : 9
Version : svn29803.0.2
Release : 48.fc35
Architecture : noarch
Size : 27 k
Source : texlive-2021-48.fc35.src.rpm
Repository : updates
Summary : Support for writing modular and customisable code
URL : http://tug.org/texlive/
License : LPPL
Description : The package provides the means of writing code in a modular
: fashion: big macros or functions are divided into small chunks
: (called gates) with names, which can be externally controlled
: (e.g. they can be disabled, subjected to conditionals,
: loops...) and/or augmented with new chunks. Thus complex code
: may easily be customised without having to rewrite it, or even
: understand its implementation: the behavior of existing gates
: can be modified, and new ones can be added, without endangering
: the whole design. This allows code to be hacked in ways the
: original authors might have never envisioned. The gates package
: is implemented independently for both TeX and Lua. The TeX
: implementation, running in any current environment, requires
: the texapi package, whereas the Lua version can be run with any
: Lua interpreter, not just LuaTeX.