doublecmd command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
doublecmd: command not found
or when using sudo you get the following error message
sudo: doublecmd: command not found
Solutions to doublecmd: command not found
How To Fix doublecmd: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu doublecmd is provided by doublecmd-common package.
doublecmd-common is:
Double Commander is a cross platform open source file manager with two panels side by side. It is inspired by Total Commander and features some new ideas.
Support for RAR archives can be enabled by installing the libunrar-dev package from non-free.
This package contains common files.
To fix this problem, we can install more using the command below.
sudo apt-get -y install doublecmd-common
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install doublecmd-common.
sudo apt -y install doublecmd-common
Or if you have aptitude installed you can use the following command.
sudo aptitude install doublecmd-common
Summary
In this tutorial we learn how to fix doublecmd command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.