libervia-cli command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
libervia-cli: command not found
or when using sudo you get the following error message
sudo: libervia-cli: command not found
Solutions to libervia-cli: command not found
How To Fix libervia-cli: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu libervia-cli is provided by libervia-cli package.
libervia-cli 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-cli, Libervia’s command-line interface.
To fix this problem, we can install more using the command below.
sudo apt-get -y install libervia-cli
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install libervia-cli.
sudo apt -y install libervia-cli
Or if you have aptitude installed you can use the following command.
sudo aptitude install libervia-cli
Summary
In this tutorial we learn how to fix libervia-cli command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.