fusion-icon command not found

In this troubleshooting guide we learn how to fix fusion-icon command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

fusion-icon: command not found

or when using sudo you get the following error message

sudo: fusion-icon: command not found

Solutions to fusion-icon: command not found

How To Fix fusion-icon: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu fusion-icon is provided by fusion-icon package.

fusion-icon is:

The OpenCompositing Project brings 3D desktop visual effects that improve the usability and eye candy of the X Window System and provide increased productivity.

This package contains a tray icon that allows you to easily enable, disable and restart Compiz, and change the currently used window manager and/or window decorator.

To fix this problem, we can install more using the command below.

sudo apt-get -y install fusion-icon

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install fusion-icon.

sudo apt -y install fusion-icon

Or if you have aptitude installed you can use the following command.

sudo aptitude install fusion-icon

Summary

In this tutorial we learn how to fix fusion-icon command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.