kdeconnect-cli command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
kdeconnect-cli: command not found
or when using sudo you get the following error message
sudo: kdeconnect-cli: command not found
Solutions to kdeconnect-cli: command not found
How To Fix kdeconnect-cli: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu kdeconnect-cli is provided by kdeconnect package.
kdeconnect is:
Tool to integrate your smartphone, tablet, and desktop devices. Remote-control, share files, synchronize notifications, and more! At the moment it only supports Android-based mobile devices. Linux desktop devices are well-supported, with ports available for other operating systems.
To fix this problem, we can install more using the command below.
sudo apt-get -y install kdeconnect
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install kdeconnect.
sudo apt -y install kdeconnect
Or if you have aptitude installed you can use the following command.
sudo aptitude install kdeconnect
Summary
In this tutorial we learn how to fix kdeconnect-cli command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.