radioclkd command not found

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

Introduction

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

radioclkd: command not found

or when using sudo you get the following error message

sudo: radioclkd: command not found

Solutions to radioclkd: command not found

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

In Ubuntu radioclkd is provided by radioclk package.

radioclk is:

radioclkd takes the demodulated time signals from simple MSF/WWVB/DCF77 time signal receivers on the control lines of a serial port, decodes the signals, and provides an interface to ntp via the shared memory refclock driver.

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

sudo apt-get -y install radioclk

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

You can also use apt command to install radioclk.

sudo apt -y install radioclk

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

sudo aptitude install radioclk

Summary

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