个人工具

“UbuntuHelp:Filer”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/Filer}}
 
{{From|https://help.ubuntu.com/community/Filer}}
 
{{Languages|UbuntuHelp:Filer}}
 
{{Languages|UbuntuHelp:Filer}}
[http://blog.perldude.de/projects/filer/ Filer] is a small, fast and efficient file-manager written in Perl using Gtk2.
+
[[http://blog.perldude.de/projects/filer/|Filer]] is a small, fast and efficient file-manager written in Perl using Gtk2.
http://photos21.flickr.com/27943952_7876d65b52.jpg
+
{{http://photos21.flickr.com/27943952_7876d65b52.jpg}}
 
== Features ==
 
== Features ==
 
* Two pane and MS Explorer like view modes.
 
* Two pane and MS Explorer like view modes.
第15行: 第15行:
 
* It’s fast :)
 
* It’s fast :)
 
== Requirements ==
 
== Requirements ==
There are some perl modules needed. I've found a nice [http://www.picpix.com/doc/manual/install.perl.html homepage] with perl module installation description.
+
There are some perl modules needed. I've found a nice [[http://www.picpix.com/doc/manual/install.perl.html|homepage]] with perl module installation description.
 
=== We need to run CPAN ===
 
=== We need to run CPAN ===
 
<pre><nowiki>
 
<pre><nowiki>
第42行: 第42行:
 
</nowiki></pre>
 
</nowiki></pre>
 
== Download Filer ==
 
== Download Filer ==
You can download the latest version from [http://blog.perldude.de/projects/filer/ here]
+
You can download the latest version from [[http://blog.perldude.de/projects/filer/|here]]
 
== Installation of Filer ==
 
== Installation of Filer ==
 
<pre><nowiki>
 
<pre><nowiki>

2008年10月19日 (日) 05:14的版本

[[1]] 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 [[2]] 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 [[3]]

Installation of Filer

untar the archive
sudo make install

Start Filer

You can start filer simply by:

filer