disc-cover command not found

In this troubleshooting guide we learn how to fix disc-cover command not found error message

Introduction

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

disc-cover: command not found

or when using sudo you get the following error message

sudo: disc-cover: command not found

Solutions to disc-cover: command not found

How To Fix disc-cover: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu disc-cover is provided by disc-cover package.

disc-cover is:

Disc-cover queries FreeDB for track information for a given CD and creates a jewel-case insert in one of many available formats. PostScript, PDF, Dvi, LaTeX, Plain Text, HTML, CDlabelgen and CDDB are available.

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

sudo apt-get -y install disc-cover

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

You can also use apt command to install disc-cover.

sudo apt -y install disc-cover

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

sudo aptitude install disc-cover

Summary

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