psi-plus-webkit command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
psi-plus-webkit: command not found
or when using sudo you get the following error message
sudo: psi-plus-webkit: command not found
Solutions to psi-plus-webkit: command not found
How To Fix psi-plus-webkit: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu psi-plus-webkit is provided by psi-plus-webkit package.
psi-plus-webkit is:
This package contains WebKit version of Psi+. In comparing with basic Psi+ version it has few additional features: support of animated emoticons, support of (adium) themes in private chats and group chats, support of previewing of images and videos in private chats and group chats, etc..
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-webkit
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install psi-plus-webkit.
sudo apt -y install psi-plus-webkit
Or if you have aptitude installed you can use the following command.
sudo aptitude install psi-plus-webkit
Summary
In this tutorial we learn how to fix psi-plus-webkit command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.