sonata command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
sonata: command not found
or when using sudo you get the following error message
sudo: sonata: command not found
Solutions to sonata: command not found
How To Fix sonata: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu sonata is provided by sonata package.
sonata is:
Sonata is a lightweight GTK+ music client for the Music Player Daemon (MPD). It aims to be efficient (no toolbar, main menu, or statusbar), user-friendly, and clean.
To fix this problem, we can install more using the command below.
sudo apt-get -y install sonata
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install sonata.
sudo apt -y install sonata
Or if you have aptitude installed you can use the following command.
sudo aptitude install sonata
Summary
In this tutorial we learn how to fix sonata command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.