How to Install and Uninstall texlive-pdfcolmk.noarch Package on Fedora 34

Last updated: July 05,2024

1. Install "texlive-pdfcolmk.noarch" package

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

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

2. Uninstall "texlive-pdfcolmk.noarch" package

Learn how to uninstall texlive-pdfcolmk.noarch on Fedora 34:

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

3. Information about the texlive-pdfcolmk.noarch package on Fedora 34

Last metadata expiration check: 1:45:40 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : texlive-pdfcolmk
Epoch : 9
Version : svn52912
Release : 39.fc34
Architecture : noarch
Size : 20 k
Source : texlive-2020-39.fc34.src.rpm
Repository : updates
Summary : Improved colour support under pdfTeX (legacy stub)
URL : http://tug.org/texlive/
License : LPPL 1.3
Description : The package used to provide macros that emulated the 'colour
: stack' functionality of dvips. The colour stack deals with
: colour manipulations when asynchronous events (like
: page-breaking) occur. At the time the package was written,
: pdfTeX did not (yet) have such a stack, though dvips had had
: one for a long time. This package was an experimental solution
: to the problem, and worked best with pdfeTeX. For current
: releases of pdfTeX (later than version 1.40.0, released in
: 2007), this package is not needed, since "real" colour stacks
: are available. The present pdfcolmk is therefore just an empty
: stub that does nothing at all, just in case there are still
: documents that reference it. The documented source of the
: original package is still available at the github repository.