gcmd-block command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gcmd-block: command not found
or when using sudo you get the following error message
sudo: gcmd-block: command not found
Solutions to gcmd-block: command not found
How To Fix gcmd-block: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gcmd-block 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 gcmd-block command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.