sudo add-apt-repository ppa:mutlaqja/ppa
sudo apt-get update
sudo apt-get install indi-gpsd
INDI GPS driver requires Linux GPSD service to be running. To install it under Ubuntu:
sudo apt-get install gpsd sudo systemctl enable gpsd sudo systemctl restart gpsd
Tip: StellarMate users can simply follow the GPS video tutorial.
A GPS device is also required. Many devices are support, please check the hardware compatiblity page before purchasing a GPS device and make sure the GPS device is supported under Linux. The U-Plox AG GPS available from Odroid is one example of a comptabile device. Depending on the device, you might need to edit /etc/default/gpsd file and edit the DEVIECS= section to add the serial port for your GPS device there (e.g. /dev/ttyACM0).
Make sure GPS is receiving data by running gpsmon