gajim command not found

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

Introduction

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

gajim: command not found

or when using sudo you get the following error message

sudo: gajim: command not found

Solutions to gajim: command not found

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

In Ubuntu gajim is provided by gajim package.

gajim is:

Gajim is a Jabber client. It has a tabbed user interface with normal chats, group chats, and has many features such as, TLS, GPG, SSL, multiple accounts, avatars, file transfers, audio/video call, D-Bus and Metacontacts.

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

sudo apt-get -y install gajim

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

You can also use apt command to install gajim.

sudo apt -y install gajim

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

sudo aptitude install gajim

Summary

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