|
cpan - Perl Module のインストールユーティリティー本ページは 2008-04-01 更新されました Perl 標準ライブラリーに含まれない Perl Module を必要とする場合は、cpan ユーティリティーを使って簡単にインストールを行うことができます。 cpan ユーティリティーは root で SSH プロンプトから以下のようにして使います。 # perl -MCPAN -e shell cpan ユーティリティーを始めて使う場合だけ、以下のようなプロセスで設定を行います。 Are you ready for manual configuration? [yes] CPAN build and cache directory? [/root/.cpan] Cache size for build directory (in MB)? [10] Perform cache scanning (atstart or never)? [atstart] Cache metadata (yes/no)? [yes] Your terminal expects ISO-8859-1 (yes/no)? [yes] Policy on building prerequisites (follow, ask or ignore)? [ask] Where is your gzip program? [/usr/bin/gzip] Where is your tar program? [/usr/bin/tar] Where is your unzip program? [/usr/local/bin/unzip] Where is your make program? [/usr/bin/make] Where is your lynx program? [/usr/local/bin/lynx] Where is your wget program? [/usr/local/bin/wget] Where is your ncftpget program? [/usr/local/bin/ncftpget] Where is your ftp program? [/usr/bin/ftp] What is your favorite pager program? [more] What is your favorite shell? [/bin/csh] Your choice: [] Your choice: [] Your choice: [] Timeout for inactivity during Makefile.PL? [0] Your ftp_proxy? Your http_proxy? Your no_proxy? 以下の最初の行では、5 を入力します。 Select your continent (or several nearby continents) [] 5 Select your country (or several nearby countries) [] 3 Select as many URLs as you like, put them on one line, separated by blanks [] Enter another URL or RETURN to quit: [] Your favorite WAIT server? [wait://ls6.informatik.uni-dortmund.de:1404] 初回の設定が終わっていれば、# Perl -MCPAN -e shell を実行して cpan プロンプトに入れます。 cpan> install Modulename Perl Module のインストール後は、常に、以下のコマンドを実行して、インストール過程で作られた不要なファイルを削除するようにしてください。 以下のコマンドでオンラインヘルプを参照できます。cpan> clean Modulename cpan> h
日本語資料CPANモジュール v.1.58 のドキュメントを河馬屋(Nifty) さんが翻訳した以下ページを参照下さい。
|