方便的 apt-cache 套件查詢工具
發表於 : 2013-03-30, 18:22
apt-cache search
# 從套件資訊中查詢包含 keyword 的套件
apt-cache -n search
# 搜尋 keyword 的套件名稱
apt-cache show
# 顯示套件詳細資訊和介紹
apt-cache showsrc
# 顯示套件原始碼相關資訊
apt-cache showpkg
# 顯示套件相依性相關資訊
apt-cache depends
# 顯示套件相依性相關資訊
apt-cache rdepends
# 顯示套件反向相依性相關資訊
apt-cache stat
# 顯示套件庫資訊
# 從套件資訊中查詢包含 keyword 的套件
apt-cache -n search
# 搜尋 keyword 的套件名稱
apt-cache show
# 顯示套件詳細資訊和介紹
apt-cache showsrc
# 顯示套件原始碼相關資訊
apt-cache showpkg
# 顯示套件相依性相關資訊
apt-cache depends
# 顯示套件相依性相關資訊
apt-cache rdepends
# 顯示套件反向相依性相關資訊
apt-cache stat
# 顯示套件庫資訊