go-sendxmpp command not found

In this troubleshooting guide we learn how to fix go-sendxmpp command not found error message

Introduction

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

go-sendxmpp: command not found

or when using sudo you get the following error message

sudo: go-sendxmpp: command not found

Solutions to go-sendxmpp: command not found

How To Fix go-sendxmpp: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu go-sendxmpp is provided by go-sendxmpp package.

go-sendxmpp is:

Go-sendxmpp can send messages or files (if the server supports http-upload) to an XMPP contact or MUC. It is inspired by the perl tool sendxmpp.

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

sudo apt-get -y install go-sendxmpp

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

You can also use apt command to install go-sendxmpp.

sudo apt -y install go-sendxmpp

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

sudo aptitude install go-sendxmpp

Summary

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