chordii command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
chordii: command not found
or when using sudo you get the following error message
sudo: chordii: command not found
Solutions to chordii: command not found
How To Fix chordii: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu chordii 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 chordii command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.