How to Install and Uninstall texlive-functional Package on openSuSE Tumbleweed

Last updated: September 28,2024

1. Install "texlive-functional" package

Please follow the steps below to install texlive-functional on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install texlive-functional

2. Uninstall "texlive-functional" package

This tutorial shows how to uninstall texlive-functional on openSuSE Tumbleweed:

$ sudo zypper remove texlive-functional

3. Information about the texlive-functional package on openSuSE Tumbleweed

Information for package texlive-functional:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : texlive-functional
Version : 2023.210.2023asvn65485-54.2
Arch : noarch
Vendor : openSUSE
Installed Size : 81.9 KiB
Installed : No
Status : not installed
Source package : texlive-specs-j-2023-54.2.src
Upstream URL : https://www.tug.org/texlive/
Summary : Provide an intuitive functional programming interface for LaTeX2
Description :
This package provides an intuitive functional programming
interface for LaTeX2, which is an alternative choice to expl3
or LuaTeX, if you want to do programming in LaTeX. Although
there are functions in LaTeX3 programming layer (expl3), the
evaluation of them is from outside to inside. With this
package, the evaluation of functions is from inside to outside,
which is the same as other programming languages such as Lua.
In this way, it is rather easy to debug code too.