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

Last updated: October 06,2024

1. Install "texlive-runcode.noarch" package

Please follow the step by step instructions below to install texlive-runcode.noarch on Fedora 35

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

2. Uninstall "texlive-runcode.noarch" package

Here is a brief guide to show you how to uninstall texlive-runcode.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:11:07 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : texlive-runcode
Epoch : 9
Version : svn58908
Release : 48.fc35
Architecture : noarch
Size : 190 k
Source : texlive-2021-48.fc35.src.rpm
Repository : updates
Summary : Execute foreign source code and embed the result in the pdf file
URL : http://tug.org/texlive/
License : LPPL 1.3
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.