sffview command not found

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

Introduction

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

sffview: command not found

or when using sudo you get the following error message

sudo: sffview: command not found

Solutions to sffview: command not found

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

In Ubuntu sffview is provided by sffview package.

sffview is:

sffview is an X11 viewer for SFF files. SFF is the “Structured Fax File” format for group 3 fax documents which ISDN cards supporting the CAPI specification expect and create.

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

sudo apt-get -y install sffview

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

You can also use apt command to install sffview.

sudo apt -y install sffview

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

sudo aptitude install sffview

Summary

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