How to Install and Uninstall texlive-pyluatex.noarch Package on Fedora 39

Last updated: November 29,2024

1. Install "texlive-pyluatex.noarch" package

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

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

2. Uninstall "texlive-pyluatex.noarch" package

In this section, we are going to explain the necessary steps to uninstall texlive-pyluatex.noarch on Fedora 39:

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

3. Information about the texlive-pyluatex.noarch package on Fedora 39

Last metadata expiration check: 5:24:36 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : texlive-pyluatex
Epoch : 11
Version : svn65855
Release : 69.fc39
Architecture : noarch
Size : 128 k
Source : texlive-2023-69.fc39.src.rpm
Repository : fedora
Summary : Execute Python code on the fly in your LaTeX documents
URL : http://tug.org/texlive/
License : LPPL-1.3c AND MIT
Description : PyLuaTeX allows you to execute Python code and to include the
: resulting output in your LaTeX documents in a single
: compilation run. LaTeX documents must be compiled with LuaLaTeX
: for this to work. PyLuaTeX runs a Python InteractiveInterpreter
: (actually several if you use different sessions) in the
: background for on-the-fly code execution. Python code from your
: LaTeX file is sent to the background interpreter through a TCP
: socket. This approach allows your Python code to be executed
: and the output to be integrated in your LaTeX file in a single
: compilation run. No additional processing steps are needed. No
: intermediate files have to be written. No placeholders have to
: be inserted.