efax-gtk-socket-client command not found

In this troubleshooting guide we learn how to fix efax-gtk-socket-client command not found error message

Introduction

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

efax-gtk-socket-client: command not found

or when using sudo you get the following error message

sudo: efax-gtk-socket-client: command not found

Solutions to efax-gtk-socket-client: command not found

How To Fix efax-gtk-socket-client: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu efax-gtk-socket-client is provided by efax-gtk package.

efax-gtk is:

efax-gtk is a GTK+ front end for the efax program. It can be used to send and receive faxes with a fax modem, and to view, print and manage faxes received.

It also has a socket interface to provide a “virtual printer” for sending faxes from word processors and similar programs, and can automatically e-mail a received fax to a designated user, and automatically print a received fax.

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

sudo apt-get -y install efax-gtk

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

You can also use apt command to install efax-gtk.

sudo apt -y install efax-gtk

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

sudo aptitude install efax-gtk

Summary

In this tutorial we learn how to fix efax-gtk-socket-client command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.