gthumb command not found

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

Introduction

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

gthumb: command not found

or when using sudo you get the following error message

sudo: gthumb: command not found

Solutions to gthumb: command not found

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

In Ubuntu gthumb is provided by gthumb package.

gthumb is:

gThumb is an advanced image viewer and browser. It has many useful features, such as filesystem browsing, slide show, image catalogs, web album creation, camera import, image CD burning, batch file operations and quick image editing features like transformation and color manipulation.

It’s designed for GNOME desktop environment and uses its platform. For camera import feature, the gPhoto2 library is used.

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

sudo apt-get -y install gthumb

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

You can also use apt command to install gthumb.

sudo apt -y install gthumb

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

sudo aptitude install gthumb

Summary

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