Which all free dual pane file managers are available in Ubuntu?

I am interested in a two panel file manager, which is configurable, and easy to use with support for plugins.

Where possible open source and currently in active development and stable versions.

It would also be interesting if you have command line integration with the file manager implemented.

My intention is to use it to access documents in two panels side by side, and thus have an easy comparison of documents from separate directories.

2 Answers

If I want multiple panels, I use SpaceFM. It supports multiple panels, including just two.

It is opensource. It is actively developed. It has branches for development and stable. It's free.

Here is an example with three panels:

3 panel station

It even supports plugins.

sudo apt install spacefm

If you want to see the big list of available plugins, click here.

1

Suggesting a file manager is somewhat difficult to do, given the number of applications available.

Taking into account that you have asked about Fluxbox, knowing the characteristics of it, my first suggestion would be that you use the Midnight Commander, which is in the repositories.

But reading what you would like the file manager to have, my suggestion would be to use Sunflower.

To install Sunflower:

Open up your terminal and run the command below in order to download the .deb package :

cd ~/Downloads
wget -c -O sunflower.deb
sudo dpkg -i sunflower.deb

you may want to check if the newly installed package needs any dependency, run the command below:

sudo apt-get update
sudo apt-get install -f

If you don't like it, uninstall it with the commands:

sudo apt-get remove sunflower

I estimate that you will receive more suggestions, due to the number of file managers that meet your expectations.

If you keep Sunflower, to keep you updated from time to time you should visit this site:

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like