disco command not found

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

Introduction

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

disco: command not found

or when using sudo you get the following error message

sudo: disco: command not found

Solutions to disco: command not found

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

In Ubuntu disco is provided by discodos package.

discodos is:

DiscoDOS helps a DJ remember and analyze what they played in their sets, or what they could possibly play in the future. It’s based on data pulled from a users Discogs record collection. Tracks can be organized into playlists and mix-transitions rated. Additionally the collection can be linked to MusicBrainz and AcousticBrainz, thus further information (like musical key and BPM) is made available to the user.

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

sudo apt-get -y install discodos

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

You can also use apt command to install discodos.

sudo apt -y install discodos

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

sudo aptitude install discodos

Summary

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