How to Install and Uninstall texlive-functional.noarch Package on Fedora 38

Last updated: October 10,2024

1. Install "texlive-functional.noarch" package

In this section, we are going to explain the necessary steps to install texlive-functional.noarch on Fedora 38

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

2. Uninstall "texlive-functional.noarch" package

This guide covers the steps necessary to uninstall texlive-functional.noarch on Fedora 38:

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

3. Information about the texlive-functional.noarch package on Fedora 38

Last metadata expiration check: 2:25:02 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : texlive-functional
Epoch : 10
Version : svn63640
Release : 65.fc38
Architecture : noarch
Size : 743 k
Source : texlive-2022-65.fc38.src.rpm
Repository : fedora
Summary : Provide an intuitive functional programming interface for LaTeX2
URL : http://tug.org/texlive/
License : LPPL-1.3c
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.