haruna command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
haruna: command not found
or when using sudo you get the following error message
sudo: haruna: command not found
Solutions to haruna: command not found
How To Fix haruna: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu haruna is provided by haruna package.
haruna is:
Haruna is an open source video player built with Qt/QML on top of libmpv.
Compared with other video player frontends, it provides some special features, such as:
- play online videos, through youtube-dl
- toggle playlist with mouse-over, playlist overlays the video
- auto skip chapter containing certain words
- configurable shortcuts and mouse buttons
- quick jump to next chapter by middle click on progress bar
To fix this problem, we can install more using the command below.
sudo apt-get -y install haruna
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install haruna.
sudo apt -y install haruna
Or if you have aptitude installed you can use the following command.
sudo aptitude install haruna
Summary
In this tutorial we learn how to fix haruna command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.