4pane command not found

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

Introduction

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

4pane: command not found

or when using sudo you get the following error message

sudo: 4pane: command not found

Solutions to 4pane: command not found

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

In Ubuntu 4pane is provided by 4pane package.

4pane is:

4pane is a dual twin-pane file manager: directories and files are displayed in separate panes. By default two pairs of these twin-panes are displayed at a time, allowing easy dragging or pasting.

As well as standard file manager functions, features include support for nfs sshfs and samba, archive management including virtual browsing, multiple renaming of files, user-defined tools, a terminal emulator, and gui access to grep find and locate. Almost all actions, even deletions, can be undone and redone.

4pane aims to be highly configurable, fast and fully-featured without bloat.

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

sudo apt-get -y install 4pane

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

You can also use apt command to install 4pane.

sudo apt -y install 4pane

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

sudo aptitude install 4pane

Summary

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