pfsglview command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
pfsglview: command not found
or when using sudo you get the following error message
sudo: pfsglview: command not found
Solutions to pfsglview: command not found
How To Fix pfsglview: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu pfsglview is provided by pfsglview package.
pfsglview is:
PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate existing file formats by providing a simple data format that can be used to exchange data between applications.
This package contains a viewer implemented in OpenGL/GLUT.
To fix this problem, we can install more using the command below.
sudo apt-get -y install pfsglview
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install pfsglview.
sudo apt -y install pfsglview
Or if you have aptitude installed you can use the following command.
sudo aptitude install pfsglview
Summary
In this tutorial we learn how to fix pfsglview command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.