thawab-gtk command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
thawab-gtk: command not found
or when using sudo you get the following error message
sudo: thawab-gtk: command not found
Solutions to thawab-gtk: command not found
How To Fix thawab-gtk: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu thawab-gtk is provided by thawab package.
thawab is:
Thwab is an Islamic literature library which features:
- Can import books from Shamela library
- Several books can be searched and viewed simultaneously
- Web interface
This package does not contain any book, you may get .bok books distributed with Shamela (free Islamic library) from: http://www.shamela.ws
To fix this problem, we can install more using the command below.
sudo apt-get -y install thawab
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install thawab.
sudo apt -y install thawab
Or if you have aptitude installed you can use the following command.
sudo aptitude install thawab
Summary
In this tutorial we learn how to fix thawab-gtk command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.