2010-12-23から1日間の記事一覧

portsの依存関係を調べる

pkg_glob -r -r (--recursive) : の依存関係を調べて表示するpkg_glob -R -R (--upward-recursive) を必要としている他のPortsを表示する。http://blog.unknown.jp/mt/archives/000291.html インストール済みのportsの依存関係 pkg_tree http://www.syon.co…

portupgrade オプション

-r --recursive Act on all those packages depending on the given packages as well. -R --upward-recursive Act on all those packages required by the given packages as well. (When specified with -F, fetch recursively, including the brand new, …