p910nd command not found

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

Introduction

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

p910nd: command not found

or when using sudo you get the following error message

sudo: p910nd: command not found

Solutions to p910nd: command not found

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

In Ubuntu p910nd is provided by p910nd package.

p910nd is:

p910nd is a small daemon that copies any data received on the port it is listening on to the corresponding printer port.

It is primarily intended for diskless Linux hosts running as printer drivers but there is no reason why it could not be used on diskful hosts.

Port 9100 is copied to /dev/lp0, 9101 to /dev/lp1 and 9102 to /dev/lp2. The default is port 9100 to /dev/lp0.

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

sudo apt-get -y install p910nd

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

You can also use apt command to install p910nd.

sudo apt -y install p910nd

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

sudo aptitude install p910nd

Summary

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