How to Install and Uninstall texlive-pythontex Package on openSUSE Leap

Last updated: November 08,2024

1. Install "texlive-pythontex" package

This guide covers the steps necessary to install texlive-pythontex on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install texlive-pythontex

2. Uninstall "texlive-pythontex" package

This guide let you learn how to uninstall texlive-pythontex on openSUSE Leap:

$ sudo zypper remove texlive-pythontex

3. Information about the texlive-pythontex package on openSUSE Leap

Information for package texlive-pythontex:
------------------------------------------
Repository : Main Repository
Name : texlive-pythontex
Version : 2021.189.0.0.17svn52174-150400.17.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 361.1 KiB
Installed : No
Status : not installed
Source package : texlive-specs-t-2021-150400.17.1.src
Upstream URL : http://www.tug.org/texlive/
Summary : Run Python from within a document, typesetting the results
Description :
The package allows you to enter Python code within a LaTeX
document, execute the code, and access its output in the
original document. Python code is only executed when it has
been modified, or when it meets user-specified criteria. Code
may be divided into user-defined sessions, which automatically
run in parallel. Errors and warnings are synchronized with the
LaTeX document, so that they refer to the document's line
numbers. External dependencies can be tracked, so that code is
re-executed when the data it depends on is modified. PythonTeX
also provides syntax highlighting for code in LaTeX documents
via the Pygments syntax highlighter. The package provides a
depythontex utility, that creates a copy of the document in
which all Python code has been replaced by its output. This is
useful for journal submissions, sharing documents, and
conversion to other formats.

5. The same packages on other Linux Distributions