How To Install pnm2ppa on Rocky Linux 8
Introduction
In this tutorial we learn how to install pnm2ppa
on Rocky Linux 8.
What is pnm2ppa
Pnm2ppa is a color driver for HP PPA host-based printers such as the HP710C, 712C, 720C, 722C, 820Cse, 820Cxi, 1000Cse, and 1000Cxi. Pnm2ppa accepts Ghostscript output in PPM format and sends it to the printer in PPA format. Install pnm2ppa if you need to print to a PPA printer.
We can use yum
or dnf
to install pnm2ppa
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install pnm2ppa.
Install pnm2ppa on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install pnm2ppa
using dnf
by running the following command:
sudo dnf -y install pnm2ppa
Install pnm2ppa on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install pnm2ppa
using yum
by running the following command:
sudo yum -y install pnm2ppa
How To Uninstall pnm2ppa on Rocky Linux 8
To uninstall only the pnm2ppa
package we can use the following command:
sudo dnf remove pnm2ppa
pnm2ppa Package Contents on Rocky Linux 8
/etc/pbm2ppa.conf
/etc/pnm2ppa.conf
/usr/bin/calibrate_ppa
/usr/bin/detect_ppa
/usr/bin/pbm2ppa
/usr/bin/pbmtpg
/usr/bin/pnm2ppa
/usr/bin/test_ppa
/usr/lib/.build-id
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/debeb155fc764da35d3ea1653ed4f23e447cca
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/f998c4a5a5988d4d4eebd44e4c3d5154ac34a8
/usr/lib/.build-id/f7
/usr/lib/.build-id/f7/97de12ea3e50f4806f412cb1fc576971ef3946
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/7c8c29ddc9ccddd7a791280c24e74f6dd3c3a9
/usr/share/doc/pnm2ppa
/usr/share/doc/pnm2ppa/CALIBRATION.html
/usr/share/doc/pnm2ppa/CALIBRATION.txt
/usr/share/doc/pnm2ppa/COLOR.html
/usr/share/doc/pnm2ppa/COLOR.txt
/usr/share/doc/pnm2ppa/CREDITS
/usr/share/doc/pnm2ppa/INSTALL
/usr/share/doc/pnm2ppa/INSTALL.REDHAT.html
/usr/share/doc/pnm2ppa/INSTALL.REDHAT.txt
/usr/share/doc/pnm2ppa/README
/usr/share/doc/pnm2ppa/RELEASE-NOTES
/usr/share/doc/pnm2ppa/TODO
/usr/share/doc/pnm2ppa/pbm2ppa
/usr/share/doc/pnm2ppa/pbm2ppa/CALIBRATION
/usr/share/doc/pnm2ppa/pbm2ppa/CREDITS
/usr/share/doc/pnm2ppa/pbm2ppa/INSTALL
/usr/share/doc/pnm2ppa/pbm2ppa/INSTALL-MORE
/usr/share/doc/pnm2ppa/pbm2ppa/LICENSE
/usr/share/doc/pnm2ppa/pbm2ppa/README
/usr/share/doc/pnm2ppa/test.ps
/usr/share/licenses/pnm2ppa
/usr/share/licenses/pnm2ppa/LICENSE
/usr/share/man/man1/pbm2ppa.1.gz
/usr/share/man/man1/pnm2ppa.1.gz
References
Summary
In this tutorial we learn how to install pnm2ppa
on Rocky Linux 8 using yum and dnf.