qstardict command not found
In this troubleshooting guide we learn how to fix qstardict command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
qstardict: command not found
or when using sudo you get the following error message
sudo: qstardict: command not found
Solutions to qstardict: command not found
How To Fix qstardict: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu qstardict is provided by qstardict package.
qstardict is:
QStarDict is a modern international dictionary written using Qt.
Main features include:
- Full support of StarDict dictionaries
- Fuzzy search
- Support for hyper links in translations
- Working from the system tray
- Scanning mouse selection and showing pop-up windows with translation of selected words
- Translations reformatting
- Pronouncing of the translated words
- Plugins support
To fix this problem, we can install more using the command below.
sudo apt-get -y install qstardict
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install qstardict.
sudo apt -y install qstardict
Or if you have aptitude installed you can use the following command.
sudo aptitude install qstardict
Summary
In this tutorial we learn how to fix qstardict command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.