sushi command not found

In this troubleshooting guide we learn how to fix sushi command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

sushi: command not found

or when using sudo you get the following error message

sudo: sushi: command not found

Solutions to sushi: command not found

How To Fix sushi: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu sushi is provided by gnome-sushi package.

gnome-sushi is:

Sushi is a Gtk+ and Javascript-based quick previewer for Nautilus, the GNOME desktop file manager. Sushi is a DBus-activated service. It is capable of previewing documents, PDFs, sound and video files (using GStreamer), some text files, and possibly others in the future.

To activate the preview, left-click the file and hit space. The preview can be closed by hitting space again, or escape.

To fix this problem, we can install more using the command below.

sudo apt-get -y install gnome-sushi

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install gnome-sushi.

sudo apt -y install gnome-sushi

Or if you have aptitude installed you can use the following command.

sudo aptitude install gnome-sushi

Summary

In this tutorial we learn how to fix sushi command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.