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

Last updated: January 11,2025

1. Install "texlive-pwebmac.noarch" package

This guide let you learn how to install texlive-pwebmac.noarch on Fedora 39

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

2. Uninstall "texlive-pwebmac.noarch" package

This guide let you learn how to uninstall texlive-pwebmac.noarch on Fedora 39:

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

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

Last metadata expiration check: 0:32:26 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : texlive-pwebmac
Epoch : 11
Version : svn63731
Release : 69.fc39
Architecture : noarch
Size : 31 k
Source : texlive-2023-69.fc39.src.rpm
Repository : fedora
Summary : Consolidated WEB macros for DVI and PDF output
URL : http://tug.org/texlive/
License : LicenseRef-Fedora-Public-Domain
Description : The original WEB system by Donald Knuth has the macros
: webmac.tex that produce DVI output only; for historic reasons,
: it will never be modified (apart from catastrophic errors). Han
: The Thanh has modified these macros in his pdfwebmac.tex for
: PDF output (only) with pdfTeX. Jonathan Kew's XeTeX has similar
: macros xewebmac.tex by Khaled Hosny that modify webmac.tex for
: PDF output; these macros can only be used with a specific "TeX
: engine" each. The present pwebmac package integrates these
: three WEB macro files similar to cwebmac.tex in Silvio Levy's
: and Don Knuth's CWEB system, so pwebmac.tex can be used with
: "plain TeX", pdfTeX, and XeTeX alike. Its initial application
: is the production of PDF files for all major WEB programs for
: "TeX and friends" as distributed in TeX Live. For this purpose,
: the shell script makeall was whipped together; it provides
: various commandline options and works around several "quirks"
: in the WEB sources. WEB programmers who want to use pwebmac.tex
: instead of the default webmac.tex in their programs have to
: change the first line in the TeX file created by weave. From
: there, all depends on the "TeX engine" you use.