psi-plus command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
psi-plus: command not found
or when using sudo you get the following error message
sudo: psi-plus: command not found
Solutions to psi-plus: command not found
How To Fix psi-plus: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu psi-plus is provided by psi-plus package.
psi-plus is:
This package contains basic version of Psi+. Use it if you prefer old fashioned plain text chats from era of IRC heyday.
Psi IM is a capable XMPP client aimed at experienced users. There are keybindings for just about everything, Unicode is supported throughout, contacts are cached offline. Security is also a major consideration, and Psi IM provides it for both client-to-server (TLS) and client-to-client (GnuPG, OTR, OMEMO).
Psi+ is a development branch of Psi IM. Project purposes are: implementation of new features, writing of patches and plugins for transferring them to Psi IM.
List of supported XEPs you may found at: https://github.com/psi-im/psi/wiki/Supported-XEPs
Full list of Psi+ features you may found at: https://psi-plus.com/wiki/en:features
To fix this problem, we can install more using the command below.
sudo apt-get -y install psi-plus
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install psi-plus.
sudo apt -y install psi-plus
Or if you have aptitude installed you can use the following command.
sudo aptitude install psi-plus
Summary
In this tutorial we learn how to fix psi-plus command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.