libunity-tool command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
libunity-tool: command not found
or when using sudo you get the following error message
sudo: libunity-tool: command not found
Solutions to libunity-tool: command not found
How To Fix libunity-tool: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu libunity-tool is provided by libunity-tools package.
libunity-tools is:
libunity is a shared library to be able to interact with the launcher and add places in Unity environment.
This package contains debugging tools for introspecting results and issuing search on the lenses manually.
To fix this problem, we can install more using the command below.
sudo apt-get -y install libunity-tools
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install libunity-tools.
sudo apt -y install libunity-tools
Or if you have aptitude installed you can use the following command.
sudo aptitude install libunity-tools
Summary
In this tutorial we learn how to fix libunity-tool command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.