sayonara command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
sayonara: command not found
or when using sudo you get the following error message
sudo: sayonara: command not found
Solutions to sayonara: command not found
How To Fix sayonara: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu sayonara is provided by sayonara package.
sayonara is:
Sayonara is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework. One of Sayonara’s goals is intuitive and easy usablility.
To fix this problem, we can install more using the command below.
sudo apt-get -y install sayonara
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install sayonara.
sudo apt -y install sayonara
Or if you have aptitude installed you can use the following command.
sudo aptitude install sayonara
Summary
In this tutorial we learn how to fix sayonara command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.