This page is old version(Sun Jan 10 23:07:49 +0900 2010)
You can To this version.
(Need insert '31' to this box. )

ServerSetup

パッケージのインストールやアップデートはこれ一つ

古くなったパッケージの探索

portversion -vL=


ソフトのインストール

portinstall -P <ソフト名>

ソフトのアップデート

portupgrade -P <ソフト名>

-PはサーバーからパッケージをGETしてくる。つまりコンパイルしない。
ところで、portsnapしているとするなら、portsnap updateを忘れずに。

ソースから入れる場合のオプションは
/usr/local/etc/pkgtools.conf
に書く。


For Me

Recent