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

Last updated: November 30,2024

1. Install "texlive-pythontex.noarch" package

This is a short guide on how to install texlive-pythontex.noarch on Fedora 39

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

2. Uninstall "texlive-pythontex.noarch" package

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

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

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

Last metadata expiration check: 3:00:33 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : texlive-pythontex
Epoch : 11
Version : svn59514
Release : 77.fc39
Architecture : noarch
Size : 1.6 M
Source : texlive-base-20230311-77.fc39.src.rpm
Repository : fedora
Summary : Run Python from within a document, typesetting the results
URL : http://tug.org/texlive/
License : LPPL-1.3c
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.