qdacco command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
qdacco: command not found
or when using sudo you get the following error message
sudo: qdacco: command not found
Solutions to qdacco: command not found
How To Fix qdacco: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu qdacco is provided by qdacco package.
qdacco is:
qdacco it’s a graphical application providing a frontend to DACCO, a free Catalan-English dictionary. It’s a small desktop application using Qt as widget library.
To fix this problem, we can install more using the command below.
sudo apt-get -y install qdacco
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install qdacco.
sudo apt -y install qdacco
Or if you have aptitude installed you can use the following command.
sudo aptitude install qdacco
Summary
In this tutorial we learn how to fix qdacco command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.