In Debian stable:
http://packages.debian.org/unstable/vfu
Jari
sdesc: "A mc-like versatile text-based filemanager"
ldesc: "A nice filemanager using the ncurses library. It has many nice
features like: Fast one-key commands; Filename completion and wildcard
expansion; Directory tree with sizes; File-type colorization; Archives
support (TAR, TGZ, BZ2, and many more); FTP support through
archive-like interface; Internal text/hex file viewer and hex editor;
Automount feature; Extensive user-defined external support/utils."
category: Utils
requires: cygwin libncurses8 libpcre0 perl unzip tar bzip2
a) manual
mkdir vfu
cd vfu
wget \
http://cygwin.cante.net/vfu/vfu-4.06-1-src.tar.bz2 \
http://cygwin.cante.net/vfu/vfu-4.06-1.tar.bz2 \
http://cygwin.cante.net/vfu/setup.hint
tar -xf vfu-4.06-1-src.tar.bz2
./vfu*.sh --color all
b) automated
gpg --keyserver pool.sks-keyservers.net --recv-keys 955A92D8
mkdir vfu ; cd vfu
rm -f get.sh get.sh.sig
wget http://cygwin.cante.net/vfu/get.sh \
http://cygwin.cante.net/vfu/get.sh.sig &&
gpg --verify get.sh.sig get.sh &&
sh get.sh
--
Welcome to FOSS revolution: we fix and modify until it shines