Hello Linux Geeksters. Double Commander is an cross-platform, open-source file manager, inspired by Total commander. The latest version available is Double Commander 0.6.1 Beta, which has been recently released, coming with the below changes:
- [Plugins] FTP connection cannot be deleted – resolved.
- [Default] Fix build under FreeBSD – resolved.
- [Default] Do not remember the folder on the disk – resolved.
- [Graphical user interface] Hot Key Configuration freezes GUI and crashed app – resolved.
- [File operations] Crash during file copying – resolved.
- [Default] Access Violation Error – resolved.
- [Language translation] Language Russian error – resolved.
- [Plugins] Don’t close log window after ftp disconnect – resolved.
- [Logic] Open terminal (F9) does not go to the current directory (but to home) – resolved.
- [Graphical user interface] Crash in file compare while scrolling – resolved.
- [Plugins] FTP reconnecting problem – resolved.
- [Default] Listing of hidden files – resolved.
- [Language translation] Please optimize PNG images (doublecmd-help) – resolved.
- [Language translation] Please convert CR/LF to LF in HTML files (doublecmd-help) – resolved.
- [Plugins] WCX plugins exception – resolved.
- [Language translation] german translation for DC-beta 2015-Feb-08 – resolved.
- [Language translation] Languaje Spanish error – resolved.
- [Default] Incorrect FSF address in doublecmd-kde.py file – resolved.
- [Default] Please clean static libs from plugins – resolved.
In this article I will show you how to install Double Commander 0.6.1 Beta on Ubuntu 15.04 Vivid Vervet, Ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Pinguy OS 14.04, Elementary OS 0.3 Freya, Deepin 2014, Peppermint Five, LXLE 14.04, Linux Lite 2 and other Ubuntu derivative systems.
Because it is available via PPA, installing Double Commander 0.6.1 Beta on Ubuntu 15.04, Ubuntu 14.10, Ubuntu 14.04 and derivative systems is easy. All you have to do is add the ppa to your system, update the local repository index and install either the doublecmd-qt or doublecmd-gtk package, which is suitable for your system. Like this:
$ sudo add-apt-repository ppa:alexx2000/doublecmd
$ sudo apt-get update
For GTK based systems, do:
$ sudo apt-get install doublecmd-gtk
For GTK based systems, do:
$ sudo apt-get install doublecmd-qt
Optional, to remove doublecmd, do:
$ sudo apt-get remove doublecmd*