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

Last updated: November 25,2024

1. Install "texlive-codehigh.noarch" package

In this section, we are going to explain the necessary steps to install texlive-codehigh.noarch on Fedora 39

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

2. Uninstall "texlive-codehigh.noarch" package

This tutorial shows how to uninstall texlive-codehigh.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:16:01 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : texlive-codehigh
Epoch : 11
Version : svn65787
Release : 69.fc39
Architecture : noarch
Size : 119 k
Source : texlive-2023-69.fc39.src.rpm
Repository : fedora
Summary : Highlight code and demos with l3regex and lpeg
URL : http://tug.org/texlive/
License : LPPL-1.3c
Description : This package uses the l3regex package from the LaTeX3
: Programming Layer to parse and highlight source code and demos.
: It is more powerful than the listings package, and more easy to
: use than minted. But it is slower than both of them. Therefore
: in LuaTeX the package provides another way to highlight code:
: using LPeg (Parsing Expression Grammars for Lua). LPeg is much
: more powerful and faster than l3regex.