tdtodump command not found

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

Introduction

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

tdtodump: command not found

or when using sudo you get the following error message

sudo: tdtodump: command not found

Solutions to tdtodump: command not found

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

In Ubuntu tdtodump is provided by kcemu package.

kcemu is:

KCemu is an emulator for the KC85 homecomputer series and other Z80 based microcomputers like Z1013, LC80, Polycomputer 880 and BIC A5105. The emulation supports a number of additional hardware, e.g. floppy disk drives and extended graphic modules.

The Debian package does not contain the ROM images required to run the emulated machines. Please refer to the README.Debian file for more information.

Some alternate keywords for the above: KC85, KC87, LC80, Z1013, A5105, Polycomputer 880

For original programs and general information about the emulated computer systems have a look at http://www.kc-club.de/ and http://www.kc85emu.de/.

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

sudo apt-get -y install kcemu

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

You can also use apt command to install kcemu.

sudo apt -y install kcemu

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

sudo aptitude install kcemu

Summary

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