How to Install and Uninstall texlive-codehigh Package on openSuSE Tumbleweed

Last updated: June 29,2024

1. Install "texlive-codehigh" package

Here is a brief guide to show you how to install texlive-codehigh on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install texlive-codehigh

2. Uninstall "texlive-codehigh" package

Learn how to uninstall texlive-codehigh on openSuSE Tumbleweed:

$ sudo zypper remove texlive-codehigh

3. Information about the texlive-codehigh package on openSuSE Tumbleweed

Information for package texlive-codehigh:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : texlive-codehigh
Version : 2023.209.2023asvn65787-54.2
Arch : noarch
Vendor : openSUSE
Installed Size : 26.4 KiB
Installed : No
Status : not installed
Source package : texlive-specs-e-2023-54.2.src
Upstream URL : https://www.tug.org/texlive/
Summary : Highlight code and demos with l3regex and lpeg
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.