gnome-phone-manager command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gnome-phone-manager: command not found
or when using sudo you get the following error message
sudo: gnome-phone-manager: command not found
Solutions to gnome-phone-manager: command not found
How To Fix gnome-phone-manager: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gnome-phone-manager is provided by gnome-phone-manager package.
gnome-phone-manager is:
Phone Manager is a program created to allow you to control aspects of your mobile phone from your GNOME 2 desktop.
Current features include:
- Runs in the background; indicates status on the panel notification area.
- Display on-screen alert when text message (SMS) arrives
- Text message (SMS) sending facility
- Evolution Addressbook integration
To fix this problem, we can install more using the command below.
sudo apt-get -y install gnome-phone-manager
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gnome-phone-manager.
sudo apt -y install gnome-phone-manager
Or if you have aptitude installed you can use the following command.
sudo aptitude install gnome-phone-manager
Summary
In this tutorial we learn how to fix gnome-phone-manager command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.