mirage command not found

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

Introduction

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

mirage: command not found

or when using sudo you get the following error message

sudo: mirage: command not found

Solutions to mirage: command not found

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

In Ubuntu mirage is provided by mirage package.

mirage is:

Mirage is ideal for users who wish to keep their computers lean while still having a clean image viewer.

Features:

  • Supports png, jpg, svg, xpm, gif, bmp, tiff, and others
  • Preloading to navigate faster through images (optional)
  • Thumbnail pane for quick navigation
  • Slideshow and fullscreen mode
  • Rotating, zooming, flipping, resizing, and cropping
  • Custom user actions
  • Screenshot

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

sudo apt-get -y install mirage

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

You can also use apt command to install mirage.

sudo apt -y install mirage

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

sudo aptitude install mirage

Summary

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