How To Install pnm2ppa on CentOS 7

In this tutorial we learn how to install pnm2ppa on CentOS 7. pnm2ppa is Drivers for printing to HP PPA printers

Introduction

In this tutorial we learn how to install pnm2ppa on CentOS 7.

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 CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install pnm2ppa.

Install pnm2ppa on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install pnm2ppa using yum by running the following command:

sudo yum -y install pnm2ppa

Install pnm2ppa on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

After updating yum database, We can install pnm2ppa using dnf by running the following command:

sudo dnf -y install pnm2ppa

How To Uninstall pnm2ppa on CentOS 7

To uninstall only the pnm2ppa package we can use the following command:

sudo dnf remove pnm2ppa

References

Summary

In this tutorial we learn how to install pnm2ppa on CentOS 7 using yum and dnf.