braillegraph command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
braillegraph: command not found
or when using sudo you get the following error message
sudo: braillegraph: command not found
Solutions to braillegraph: command not found
How To Fix braillegraph: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu braillegraph is provided by braillegraph package.
braillegraph is:
This tool lets you plot a single-series histogram on a text dot-matrix display by abusing Unicode. This gives a resolution of 2×4 per character, as opposed to the usual single asterisk you get with ASCII.
To fix this problem, we can install more using the command below.
sudo apt-get -y install braillegraph
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install braillegraph.
sudo apt -y install braillegraph
Or if you have aptitude installed you can use the following command.
sudo aptitude install braillegraph
Summary
In this tutorial we learn how to fix braillegraph command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.