pr3287 command not found

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

Introduction

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

pr3287: command not found

or when using sudo you get the following error message

sudo: pr3287: command not found

Solutions to pr3287: command not found

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

In Ubuntu pr3287 is provided by pr3287 package.

pr3287 is:

pr3287 opens a telnet connection to an IBM mainframe host and emulates an IBM 3287 printer.

pr3278 implements RFCs 2355 (TN3270E), 1576 (TN3270), and 1646 (LU name selection).

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

sudo apt-get -y install pr3287

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

You can also use apt command to install pr3287.

sudo apt -y install pr3287

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

sudo aptitude install pr3287

Summary

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