latte-dock command not found

In this troubleshooting guide we learn how to fix latte-dock command not found error message

Introduction

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

latte-dock: command not found

or when using sudo you get the following error message

sudo: latte-dock: command not found

Solutions to latte-dock: command not found

How To Fix latte-dock: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu latte-dock is provided by latte-dock package.

latte-dock is:

Latte is a dock based on plasma frameworks that provides an elegant and intuitive experience for your tasks and plasmoids. It animates it’s contents by using parabolic zoom effect and tries to be there only when it is needed.

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

sudo apt-get -y install latte-dock

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

You can also use apt command to install latte-dock.

sudo apt -y install latte-dock

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

sudo aptitude install latte-dock

Summary

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