2004年2月12日(木)

fink の pkg の依存情報

こんなコンボを考えたのだが

apt-cache showpkg $1 |sed -e '1,/^Reverse Depends:/d' -e 's/,.*//g' -ne '/^[ ].*/p' |sort |uniq

既出だった……。

ちなみに fink は perl の storable module の機能を使って、メモリイメージをそのままファイルにセーブしているようで、読み直してなんとか解釈してやろうかとしばらく頑張っていたのだがオブジェクトの構造が判らないと先へ進めなくて頓挫中。

しかし、メモリにちゅるんと吸ってるだけであんなの重いのか

[referer:

Script Error

The script did not produce proper HTTP headers. Please see the error log to see the detail of the errors. Depending on the server configuration, you can also run thisscript under CGIWrap debugging. Usually, either rename or linkthe script temporarily to a file which ends with .cgidextension, or add a AddHandler cgi-script-debug .cgiline to your .htaccess file.

]

あわせて読みたい