a2crd command not found

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

Introduction

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

a2crd: command not found

or when using sudo you get the following error message

sudo: a2crd: command not found

Solutions to a2crd: command not found

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

In Ubuntu a2crd is provided by chordii package.

chordii is:

chordii provides guitar players and other musicians with a tool to produce good looking, self-descriptive music sheets from text files.

chordii reads text files in chordpro format, containing the lyrics of songs, the chords to be played, their descriptions and some other optional data. It produces a PostScript document suitable for viewing and printing.

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

sudo apt-get -y install chordii

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

You can also use apt command to install chordii.

sudo apt -y install chordii

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

sudo aptitude install chordii

Summary

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