rasterview command not found

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

Introduction

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

rasterview: command not found

or when using sudo you get the following error message

sudo: rasterview: command not found

Solutions to rasterview: command not found

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

In Ubuntu rasterview is provided by rasterview package.

rasterview is:

RasterView is a CUPS, PWG, and Apple raster file viewing application. It basically allows you to look at the raster data produced by any of the standard CUPS RIP filters (cgpdftoraster, imagetoraster, pdftoraster, and pstoraster) and is normally used to either test those filters or look at the data that is being sent to your raster printer driver.

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

sudo apt-get -y install rasterview

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

You can also use apt command to install rasterview.

sudo apt -y install rasterview

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

sudo aptitude install rasterview

Summary

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