xastir command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
xastir: command not found
or when using sudo you get the following error message
sudo: xastir: command not found
Solutions to xastir: command not found
How To Fix xastir: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu xastir is provided by xastir package.
xastir is:
Xastir is an APRS client for X. APRS is the Automatic Position Reporting System, a system where objects report their position (usually obtained from GPS) on the air; Xastir displays this information graphically.
To fix this problem, we can install more using the command below.
sudo apt-get -y install xastir
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install xastir.
sudo apt -y install xastir
Or if you have aptitude installed you can use the following command.
sudo aptitude install xastir
Summary
In this tutorial we learn how to fix xastir command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.