个人工具

UbuntuHelp:Filer

来自Ubuntu中文

Wikibot讨论 | 贡献2009年5月12日 (二) 16:45的版本

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索

Filer is a small, fast and efficient file-manager written in Perl using Gtk2. 模板:Http://photos21.flickr.com/27943952 7876d65b52.jpg

Features

  • Two pane and MS Explorer like view modes.
  • Drag and Drop
  • Keybord Shortcuts
  • right-click context menu
  • MIME-Type support - associate icons and applications!
  • Support for tar, tar.gz, tar.bz2 and zip archives
  • Open archives like folders
  • Bookmarks
  • Search
  • It’s fast :)

Requirements

There are some perl modules needed. I've found a nice homepage with perl module installation description.

We need to run CPAN

perl -MCPAN -e shell

Then we have to remove the mirror (my default one was down)

o conf urllist pop

Now we can define a new one

o conf urllist push ftp://ftp.cs.colorado.edu/mirrors/CPAN/ (or another mirror)

Install the needed modules

install Bundle::CPAN

then we have to install all needed modules:

File::BaseDir
File::MimeInfo
Stat::lsMode
File::DirWalk
ExtUtils::Depends
ExtUtils::PkgConfig

Download Filer

You can download the latest version from here

Installation of Filer

untar the archive
sudo make install

Start Filer

You can start filer simply by:

filer