ijs_pxljr command not found

In this troubleshooting guide we learn how to fix ijs_pxljr command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

ijs_pxljr: command not found

or when using sudo you get the following error message

sudo: ijs_pxljr: command not found

Solutions to ijs_pxljr: command not found

How To Fix ijs_pxljr: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu ijs_pxljr is provided by printer-driver-pxljr package.

printer-driver-pxljr is:

HP’s Color LaserJets 35xx and 36xx are supported by HP’s HPIJS driver (part of HPLIP), but HPIJS supports only the lowest quality level of the three which are available under Windows. This driver which is not developed at HP but by an independent developer, supports all modes and so provides the highest printout quality for these printers.

To fix this problem, we can install more using the command below.

sudo apt-get -y install printer-driver-pxljr

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install printer-driver-pxljr.

sudo apt -y install printer-driver-pxljr

Or if you have aptitude installed you can use the following command.

sudo aptitude install printer-driver-pxljr

Summary

In this tutorial we learn how to fix ijs_pxljr command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.