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

Last updated: November 28,2024

1. Install "texlive-codehigh.noarch" package

This guide let you learn how to install texlive-codehigh.noarch on Fedora 38

$ 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 38:

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

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

Last metadata expiration check: 3:09:07 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : texlive-codehigh
Epoch : 10
Version : svn63175
Release : 65.fc38
Architecture : noarch
Size : 113 k
Source : texlive-2022-65.fc38.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.