krusader command not found

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

Introduction

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

krusader: command not found

or when using sudo you get the following error message

sudo: krusader: command not found

Solutions to krusader: command not found

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

In Ubuntu krusader is provided by krusader package.

krusader is:

Krusader is a simple, easy, powerful, twin-panel (commander-style) file manager, similar to Midnight Commander (C) or Total Commander (C).

It provides all the file management features you could possibly want.

Plus: extensive archive handling, mounted filesystem support, FTP, advanced search module, viewer/editor, directory synchronisation, file content comparisons, powerful batch renaming and much more.

It supports archive formats: ace, arj, bzip2, deb, iso, lha, rar, rpm, tar, zip and 7-zip.

It handles KIOSlaves such as smb:// or fish://.

Almost completely customizable, Krusader is very user friendly, fast and looks great on your desktop.

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

sudo apt-get -y install krusader

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

You can also use apt command to install krusader.

sudo apt -y install krusader

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

sudo aptitude install krusader

Summary

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