sakura command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
sakura: command not found
or when using sudo you get the following error message
sudo: sakura: command not found
Solutions to sakura: command not found
How To Fix sakura: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu sakura is provided by sakura package.
sakura is:
Sakura is a terminal emulator based on GTK+ and VTE. It’s a terminal emulator with few dependencies, so you don’t need a full GNOME desktop installed to have a decent terminal emulator.
To fix this problem, we can install more using the command below.
sudo apt-get -y install sakura
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install sakura.
sudo apt -y install sakura
Or if you have aptitude installed you can use the following command.
sudo aptitude install sakura
Summary
In this tutorial we learn how to fix sakura command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.