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

Last updated: July 03,2024

1. Install "texlive-pythonimmediate" package

Please follow the instructions below to install texlive-pythonimmediate on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install texlive-pythonimmediate

2. Uninstall "texlive-pythonimmediate" package

Please follow the guidelines below to uninstall texlive-pythonimmediate on openSuSE Tumbleweed:

$ sudo zypper remove texlive-pythonimmediate

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

Information for package texlive-pythonimmediate:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : texlive-pythonimmediate
Version : 2023.209.0.0.4.0svn66461-54.4
Arch : noarch
Vendor : openSUSE
Installed Size : 8.4 KiB
Installed : No
Status : not installed
Source package : texlive-specs-t-2023-54.4.src
Upstream URL : https://www.tug.org/texlive/
Summary : Library to run Python code
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 are also debugging functionalities: TeX errors
result in Python traceback, and Python errors result in TeX
traceback. Errors in code executed with the pycode environment
give 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/.