gnome-commander command not found

In this troubleshooting guide we learn how to fix gnome-commander command not found error message

Introduction

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

gnome-commander: command not found

or when using sudo you get the following error message

sudo: gnome-commander: command not found

Solutions to gnome-commander: command not found

How To Fix gnome-commander: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu gnome-commander is provided by gnome-commander package.

gnome-commander is:

GNOME Commander is a fast and powerful graphical filemanager for the GNOME desktop environment, it has a “two-pane” interface in the tradition of Norton and Midnight Commander.

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

sudo apt-get -y install gnome-commander

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

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

sudo apt -y install gnome-commander

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

sudo aptitude install gnome-commander

Summary

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