elisa command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
elisa: command not found
or when using sudo you get the following error message
sudo: elisa: command not found
Solutions to elisa: command not found
How To Fix elisa: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu elisa is provided by elisa package.
elisa is:
Elisa is a music player developed by the KDE community that strives to be simple and nice to use. It tries to be flexible to account for different workflows and use-cases. It focuses on a very good integration with the Plasma desktop of the KDE community without compromising the support for other environments.
Elisa is developed using modern KDE technologies and aims to be reliable and respectful of users’ privacy. As such, it favors online services where users are in control of their data.
To fix this problem, we can install more using the command below.
sudo apt-get -y install elisa
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install elisa.
sudo apt -y install elisa
Or if you have aptitude installed you can use the following command.
sudo aptitude install elisa
Summary
In this tutorial we learn how to fix elisa command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.