ccsm command not found

In this troubleshooting guide we learn how to fix ccsm command not found error message

Introduction

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

ccsm: command not found

or when using sudo you get the following error message

sudo: ccsm: command not found

Solutions to ccsm: command not found

How To Fix ccsm: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu ccsm is provided by compizconfig-settings-manager package.

compizconfig-settings-manager is:

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

This package contains the compizconfig settings manager.

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

sudo apt-get -y install compizconfig-settings-manager

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

You can also use apt command to install compizconfig-settings-manager.

sudo apt -y install compizconfig-settings-manager

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

sudo aptitude install compizconfig-settings-manager

Summary

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