2012年7月19日 星期四

FreeBSD套件管理工具 pkg

pkg_info  查看目前系統上已安裝那些套件
pkg_info -a 列出目前系統中已經安裝套件及詳細資料
pkg_info -L <套件完整名稱ex: apache-2.2.21 > 列出套件相關檔案清單及安裝路徑
pkg_info -s <套件完整名稱ex: apache-2.2.21 > 列出套件占用磁碟空間

pkg_version -v 與ports tree比對可更新的套件

ex:
# pkg_version -v

GeoIP-1.4.8_1                       =   up-to-date with index
apache-2.2.21                       =   up-to-date with index
apr-ipv6-devrandom-gdbm-db42-ldap24-mysql55-1.4.2.1.3.10  <   needs updating (port has 1.4.5.1.3.12_1)
arpwatch-2.1.a15_6                  =   up-to-date with index
autoconf-2.68                       <   needs updating (port has 2.69)
autoconf-wrapper-20101119           =   up-to-date with port

也可以執行
# pkg_version -v | grep 'v'   只列出需要更新的套件


沒有留言:

張貼留言