diff options
author | buo <buo@web> | 2008-12-05 14:27:29 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-12-05 14:27:29 -0500 |
commit | 1506638f15797cc13155abfd8adb6ee34c0697bd (patch) | |
tree | d729bb6f93acbeb49f9919bda9900d5c59694b4c | |
parent | 1c9881cf89e47e58ec99638aea421ca5e4e5b986 (diff) |
Add command line to install perl modules in ubuntu 8.10
-rw-r--r-- | doc/install.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn index d745737aa..4d4bd08ec 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -28,6 +28,12 @@ on Fedora 7: perl-XML-Simple perl-TimeDate perl-HTML-Template perl-CGI-FormBuilder \ perl-CGI-Session perl-File-MimeInfo perl-gettext perl-Authen-Passphrase +And in Ubuntu Intrepid: + + apt-get install libtext-markdown-perl libhtml-scrubber-perl libxml-simple-perl \ + libtimedate-perl libhtml-template-perl libcgi-formbuilder-perl libcgi-session-perl \ + libfile-mimeinfo-perl liblocale-gettext-perl libauthen-passphrase-perl + ### Installing dependencies by hand If you want to install by hand from the tarball, you should make sure that |