othman-browser command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
othman-browser: command not found
or when using sudo you get the following error message
sudo: othman-browser: command not found
Solutions to othman-browser: command not found
How To Fix othman-browser: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu othman-browser is provided by othman package.
othman is:
Othman electronic Quran browser displays Quranic text in Arabic Othmani script style as written under authority of Othman ibn Affan the companion of prophet Muhammad (Peace Be Upon Him).
Othman browser features fast search, autoscrolling, copying Quranic text to clipboard.
To fix this problem, we can install more using the command below.
sudo apt-get -y install othman
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install othman.
sudo apt -y install othman
Or if you have aptitude installed you can use the following command.
sudo aptitude install othman
Summary
In this tutorial we learn how to fix othman-browser command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.