gammu-smsd-inject command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gammu-smsd-inject: command not found
or when using sudo you get the following error message
sudo: gammu-smsd-inject: command not found
Solutions to gammu-smsd-inject: command not found
How To Fix gammu-smsd-inject: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gammu-smsd-inject is provided by gammu-smsd package.
gammu-smsd is:
Gammu is command line utility and library to work with mobile phones from many vendors. Support for different models differs, but basic functions should work with majority of them. Program can work with contacts, messages (SMS, EMS and MMS), calendar, todos, filesystem, integrated radio, camera, etc. It also supports daemon mode to send and receive SMSes.
Currently supported phones include:
- Many Nokia models.
- Alcatel BE5 (501/701), BF5 (715), BH4 (535/735).
- AT capable phones (Siemens, Nokia, Alcatel, IPAQ).
- OBEX and IrMC capable phones (Sony-Ericsson, Motorola).
- Symbian phones through gnapplet.
This package contains Gammu SMS Daemon and tool to inject messages into the queue.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gammu-smsd
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gammu-smsd.
sudo apt -y install gammu-smsd
Or if you have aptitude installed you can use the following command.
sudo aptitude install gammu-smsd
Summary
In this tutorial we learn how to fix gammu-smsd-inject command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.