Gnome Commander File Manager for Linux Ubuntu. Install Gnome Commander File Manager on Ubuntu 15.04, Ubuntu 14.04, Linux Mint and Derivatives. GNOME Commander is a “two-pane” graphical file manager for the GNOME desktop environment.
GNOME Commander aims to fulfill the demands of more advanced users who like to focus on file management, their work through special applications and running smart commands.
Features:
- Support for tabs (since v1.4)
- One instance mode (since v1.4)
- User defined LS_COLORS colours (since v1.4)
- Possibility to select/deselect files only (since v1.4)
- GTK-2 GUI with standard mouse interactions.
- FTP using GnomeVFS ftp module.
- SAMBA access.
- Right click mouse menu with the usual file operations to run, open, open with.., delete or rename files and folders, and also to set properties like ownership and permissions.
- Mouse context menu that easily can be extended by entries calling any kind of external application like viewers, editors or custom scripts to work on selected files or directories.
- Quick device access buttons with automatic mounting and unmounting (“no-mount” option for just quick access to folders or otherwise automounted devices).
- Latest accessed folder history.
- Folder bookmarks.
- Plugin support under development.
- Fast internal file viewer for text, images and image meta data (Exif and IPTC).
- Tools for searching, quick file name search in current dir, symlinking, comparing directories. …
Install Gnome Commander on Ubuntu 15.04
Run the following command in Terminal to install Gnome Commander on Ubuntu 15.04 and derivative systems:
$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu vivid-getdeb apps" >> /etc/apt/sources.list'
$ wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
$ sudo apt-get update
$ sudo apt-get install gnome-commander
Install Gnome Commander on Ubuntu 14.04/14.10 and Derivatives
Run the following command in Terminal to install Gnome Commander on Ubuntu 14.04, Linux Mint 17.2, Linux Mint 17.1, Linux Mint 17 and Ubuntu derivative systems:
$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu trusty-getdeb apps" >> /etc/apt/sources.list'
$ wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
$ sudo apt-get update
$ sudo apt-get install freefilesync
Uninstall GNOME Commander
If you wish to uninstall and remove the GNOME Commander run the following command:
$ sudo apt-get remove gnome-commander