libervia-backend command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
libervia-backend: command not found
or when using sudo you get the following error message
sudo: libervia-backend: command not found
Solutions to libervia-backend: command not found
How To Fix libervia-backend: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu libervia-backend is provided by libervia-backend package.
libervia-backend is:
Libervia is a multi-frontends, multi-purposes communication tool, based on the XMPP standard. It features:
- instant messaging
- microblogging
- file sharing
- games
- group permissions (share what you want with the people you choose)
- interaction with other networks (IRC, StatusNet, other XMPP networks)
- email client access (use your favorite mail user agent (MUA) to communicate on the supported networks)
- extensible design
This package contains Libervia’s backend code. You should install it along with one of the frontends: libervia-cli (command line interface) or libervia-tui (curse-based interactive console interface).
To fix this problem, we can install more using the command below.
sudo apt-get -y install libervia-backend
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install libervia-backend.
sudo apt -y install libervia-backend
Or if you have aptitude installed you can use the following command.
sudo aptitude install libervia-backend
Summary
In this tutorial we learn how to fix libervia-backend command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.