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

Last updated: November 28,2024

1. Install "texlive-runcode.noarch" package

Here is a brief guide to show you how to install texlive-runcode.noarch on Fedora 39

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

2. Uninstall "texlive-runcode.noarch" package

Please follow the steps below to uninstall texlive-runcode.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:58:15 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : texlive-runcode
Epoch : 11
Version : svn65588
Release : 69.fc39
Architecture : noarch
Size : 418 k
Source : texlive-2023-69.fc39.src.rpm
Repository : fedora
Summary : Execute foreign source code and embed the result in the pdf file
URL : http://tug.org/texlive/
License : LPPL-1.3c
Description : This LaTeX package executes programming source codes (including
: all command line tools) from within LaTeX and embeds the output
: in the resulting .pdf file. Many programming languages can be
: easily used and any command-line executable can be invoked when
: preparing the .pdf file from a .tex file. It is however
: recommended to use this package in server-mode together with
: the Python talk2stat package. Currently, this server-mode
: supports Julia, MatLab, Python, and R. More languages will be
: added. For more details and usage examples, refer to the
: package's github repository.