qabc command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
qabc: command not found
or when using sudo you get the following error message
sudo: qabc: command not found
Solutions to qabc: command not found
How To Fix qabc: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu qabc is provided by qabc package.
qabc is:
QAbc is a simple graphical program that allow to write musical scores in the ABC notation.
This program allow to play the written music, preview the output score and print it, using third party software.
To fix this problem, we can install more using the command below.
sudo apt-get -y install qabc
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install qabc.
sudo apt -y install qabc
Or if you have aptitude installed you can use the following command.
sudo aptitude install qabc
Summary
In this tutorial we learn how to fix qabc command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.