xdx command not found

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

Introduction

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

xdx: command not found

or when using sudo you get the following error message

sudo: xdx: command not found

Solutions to xdx: command not found

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

In Ubuntu xdx is provided by xdx package.

xdx is:

Xdx is a client to connect to a DX-cluster. Dx messages will be displayed in a list, announcements will go to a text display.

As well as the usual functions, if you have hamlib installed it can control the radio and set the frequency simply by double clicking a DX-spot (using rigctl).

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

sudo apt-get -y install xdx

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

You can also use apt command to install xdx.

sudo apt -y install xdx

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

sudo aptitude install xdx

Summary

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