gnome-calls command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gnome-calls: command not found
or when using sudo you get the following error message
sudo: gnome-calls: command not found
Solutions to gnome-calls: command not found
How To Fix gnome-calls: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gnome-calls is provided by gnome-calls package.
gnome-calls is:
A GTK+ user interface for PSTN phone calls using ModemManager.
Besides phone calls it also handles USSD.
It works on desktops but also adjusts to small screen sizes like smart phones and other mobile devices.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gnome-calls
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gnome-calls.
sudo apt -y install gnome-calls
Or if you have aptitude installed you can use the following command.
sudo aptitude install gnome-calls
Summary
In this tutorial we learn how to fix gnome-calls command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.