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