xgnokii command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
xgnokii: command not found
or when using sudo you get the following error message
sudo: xgnokii: command not found
Solutions to xgnokii: command not found
How To Fix xgnokii: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu xgnokii is provided by xgnokii package.
xgnokii is:
Gnokii is a suite of programs that allows communication with mobile phones. It currently supports many Nokia mobile phones, all AT capable ones as well as many Symbian based. For a list of compatible phones, please visit: http://wiki.gnokii.org
This package provides the X11 (xgnokii) interface.
To fix this problem, we can install more using the command below.
sudo apt-get -y install xgnokii
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install xgnokii.
sudo apt -y install xgnokii
Or if you have aptitude installed you can use the following command.
sudo aptitude install xgnokii
Summary
In this tutorial we learn how to fix xgnokii command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.