gnuaisgui command not found

In this troubleshooting guide we learn how to fix gnuaisgui command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

gnuaisgui: command not found

or when using sudo you get the following error message

sudo: gnuaisgui: command not found

Solutions to gnuaisgui: command not found

How To Fix gnuaisgui: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu gnuaisgui is provided by gnuaisgui package.

gnuaisgui is:

This GUI plots the vessels that are received by gnuais in an OpenStreetMap GUI.

gnuais must be running in the background for gnuaisgui to be functional.

To fix this problem, we can install more using the command below.

sudo apt-get -y install gnuaisgui

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install gnuaisgui.

sudo apt -y install gnuaisgui

Or if you have aptitude installed you can use the following command.

sudo aptitude install gnuaisgui

Summary

In this tutorial we learn how to fix gnuaisgui command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.