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

Last updated: May 18,2024

1. Install "texlive-ted" package

This is a short guide on how to install texlive-ted on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install texlive-ted

2. Uninstall "texlive-ted" package

Please follow the guidelines below to uninstall texlive-ted on openSuSE Tumbleweed:

$ sudo zypper remove texlive-ted

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

Information for package texlive-ted:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : texlive-ted
Version : 2023.209.1.06svn15878-55.3
Arch : noarch
Vendor : openSUSE
Installed Size : 10.4 KiB
Installed : No
Status : not installed
Source package : texlive-specs-w-2023-55.3.src
Upstream URL : https://www.tug.org/texlive/
Summary : A (primitive) token list editor
Description :
Just like sed is a stream editor, ted is a token list editor.
Actually, it is not as powerful as sed, but its main feature
is that it really works with tokens, not only characters. The
ted package provides two user macros: \Substitute and
\ShowTokens. The first is maybe the most useful: it performs
substitutions in token lists (even inside braces). The second
displays each token of the list (one per line) with its catcode
(in the list, not just the current one), and can be useful for
debugging or for TeX learners. Ted is designed to work well
even if strange tokens (that is, unusual {charcode, catcode}
pairs or tokens with a confusing meaning) occur in the list.

5. The same packages on other Linux Distributions