simple-image-reducer command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
simple-image-reducer: command not found
or when using sudo you get the following error message
sudo: simple-image-reducer: command not found
Solutions to simple-image-reducer: command not found
How To Fix simple-image-reducer: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu simple-image-reducer is provided by simple-image-reducer package.
simple-image-reducer is:
Simple Image Reducer is an GTK application to easily reduce and rotate images. It can be useful for processing digital photos before sending by email or uploading on the Web. Image files can be supplied to the application from the file manager using the context menu “Open with…”, or dragging files to the main window.
To fix this problem, we can install more using the command below.
sudo apt-get -y install simple-image-reducer
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install simple-image-reducer.
sudo apt -y install simple-image-reducer
Or if you have aptitude installed you can use the following command.
sudo aptitude install simple-image-reducer
Summary
In this tutorial we learn how to fix simple-image-reducer command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.