trabucco command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
trabucco: command not found
or when using sudo you get the following error message
sudo: trabucco: command not found
Solutions to trabucco: command not found
How To Fix trabucco: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu trabucco is provided by trabucco package.
trabucco is:
Trabucco means trebuchet in Italian, which is a siege weapon, like a catapult. When KDE4 was released, katapult was replaced by krunner.
Trabucco aims at providing an experience similar to katapult, using modern freedesktop.org standards.
It shows only one action per search query, and it is very deterministic about it.
To fix this problem, we can install more using the command below.
sudo apt-get -y install trabucco
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install trabucco.
sudo apt -y install trabucco
Or if you have aptitude installed you can use the following command.
sudo aptitude install trabucco
Summary
In this tutorial we learn how to fix trabucco command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.