pfsv command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
pfsv: command not found
or when using sudo you get the following error message
sudo: pfsv: command not found
Solutions to pfsv: command not found
How To Fix pfsv: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu pfsv is provided by pfsview package.
pfsview 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 Qt.
To fix this problem, we can install more using the command below.
sudo apt-get -y install pfsview
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install pfsview.
sudo apt -y install pfsview
Or if you have aptitude installed you can use the following command.
sudo aptitude install pfsview
Summary
In this tutorial we learn how to fix pfsv command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.