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

Last updated: October 02,2024

1. Install "texlive-pythonimmediate.noarch" package

Please follow the step by step instructions below to install texlive-pythonimmediate.noarch on Fedora 39

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

2. Uninstall "texlive-pythonimmediate.noarch" package

This tutorial shows how to uninstall texlive-pythonimmediate.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:27:29 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : texlive-pythonimmediate
Epoch : 11
Version : svn66461
Release : 69.fc39
Architecture : noarch
Size : 446 k
Source : texlive-2023-69.fc39.src.rpm
Repository : fedora
Summary : Library to run Python code
URL : http://tug.org/texlive/
License : LPPL-1.3c
Description : Just like PerlTeX or PyLuaTeX (and unlike PythonTeX or
: lt3luabridge), this only requires a single run, and variables
: are persistent throughout the run. Unlike PerlTeX or PyLuaTeX,
: there is no restriction on compiler or script required to run
: the code. There is also debugging functionalities TeX errors
: results in Python traceback, and Python error results in TeX
: traceback. Errors in code executed with the pycode environment
: gives the correct traceback point to the Python line of code in
: the TeX file. For advanced users, this package allows the user
: to manipulate the TeX state directly from within Python, so you
: don't need to write a single line of TeX code. CAUTION: In
: addition to this LaTeX package you need the Python
: pythonimmediate-tex package, which can be obtained from
: https://pypi.org/project/pythonimmediate-tex/.