kdeconnect-sms command not found

In this troubleshooting guide we learn how to fix kdeconnect-sms command not found error message

Introduction

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

kdeconnect-sms: command not found

or when using sudo you get the following error message

sudo: kdeconnect-sms: command not found

Solutions to kdeconnect-sms: command not found

How To Fix kdeconnect-sms: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu kdeconnect-sms 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-sms command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.