unagi command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
unagi: command not found
or when using sudo you get the following error message
sudo: unagi: command not found
Solutions to unagi: command not found
How To Fix unagi: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu unagi is provided by unagi package.
unagi is:
Unagi is a modular compositing manager which aims to be efficient, lightweight and responsive. It is currently written in C programming language and based on XCB library client library. Any existing window manager (such as Awesome) can be used as long as it implements properly EWMH and ICCCM specifications (or at least needed), which is generally the case nowadays.
It also aims to provide a functional and stable software to improve window manager usability from an end-user point of view (for instance windows translucency, application-switcher using live thumbnails instead of plain icons, Exposé…), therefore it does not intend at all to provide useless eye-candy effects.
To fix this problem, we can install more using the command below.
sudo apt-get -y install unagi
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install unagi.
sudo apt -y install unagi
Or if you have aptitude installed you can use the following command.
sudo aptitude install unagi
Summary
In this tutorial we learn how to fix unagi command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.