How to Install and Uninstall texlive-pdfcolmk.noarch Package on Oracle Linux 9

Last updated: July 01,2024

1. Install "texlive-pdfcolmk.noarch" package

Please follow the guidelines below to install texlive-pdfcolmk.noarch on Oracle Linux 9

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

2. Uninstall "texlive-pdfcolmk.noarch" package

Please follow the step by step instructions below to uninstall texlive-pdfcolmk.noarch on Oracle Linux 9:

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

3. Information about the texlive-pdfcolmk.noarch package on Oracle Linux 9

Last metadata expiration check: 1:03:27 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : texlive-pdfcolmk
Epoch : 9
Version : 20200406
Release : 26.el9_2
Architecture : noarch
Size : 9.6 k
Source : texlive-20200406-26.el9_2.src.rpm
Repository : ol9_appstream
Summary : Improved colour support under pdfTeX (legacy stub)
URL : http://tug.org/texlive/
License : LPPL
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.