callpass command not found

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

Introduction

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

callpass: command not found

or when using sudo you get the following error message

sudo: callpass: command not found

Solutions to callpass: command not found

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

In Ubuntu callpass 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 callpass command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.