kdocker command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
kdocker: command not found
or when using sudo you get the following error message
sudo: kdocker: command not found
Solutions to kdocker: command not found
How To Fix kdocker: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu kdocker is provided by kdocker package.
kdocker is:
KDocker will help you dock any application into the system tray. This means you can dock openoffice, xmms, firefox, thunderbird, anything! Just point and click. Works for all NET WM compliant window managers - that includes KDE, GNOME, Xfce, Fluxbox and many more.
To fix this problem, we can install more using the command below.
sudo apt-get -y install kdocker
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install kdocker.
sudo apt -y install kdocker
Or if you have aptitude installed you can use the following command.
sudo aptitude install kdocker
Summary
In this tutorial we learn how to fix kdocker command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.