dadadodo command not found

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

Introduction

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

dadadodo: command not found

or when using sudo you get the following error message

sudo: dadadodo: command not found

Solutions to dadadodo: command not found

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

In Ubuntu dadadodo is provided by dadadodo package.

dadadodo is:

DadaDodo is a program that analyses texts for Markov chains of word probabilities and then generates random sentences based on that. Sometimes these sentences are nonsense; but sometimes they cut right through to the heart of the matter and reveal hidden meanings.

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

sudo apt-get -y install dadadodo

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

You can also use apt command to install dadadodo.

sudo apt -y install dadadodo

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

sudo aptitude install dadadodo

Summary

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