nuntius command not found

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

Introduction

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

nuntius: command not found

or when using sudo you get the following error message

sudo: nuntius: command not found

Solutions to nuntius: command not found

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

In Ubuntu nuntius is provided by nuntius package.

nuntius is:

Deliver notifications from your Android phone or tablet to your computer using Bluetooth or LAN. To use, you will need to install a companion tool on your phone or tablet and either pair it via Bluetooth or point it at an on-screen QR code.

You may need to restart your session to auto-start nuntius.

This is similar to KDE Connect (Debian package kdeconnect), albeit much less mature, but uses of GNOME infrastructure instead of KDE infrastructure, which under some circumstances can result is a significantly smaller total footprint.

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

sudo apt-get -y install nuntius

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

You can also use apt command to install nuntius.

sudo apt -y install nuntius

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

sudo aptitude install nuntius

Summary

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