Differences

This shows you the differences between two versions of the page.

Link to this comparison view

pkg_info [2013/06/11 16:50]
pkg_info [2013/06/11 16:50] (current)
Line 1: Line 1:
 +====== pkg_info ======
  
 +  * [[FreeBSD]]
 +  * [[FreeBSD Ports]]
 +  * [[NetBSD]]
 +
 +==== Howto ====
 +
 +== List installed ports in category/​name format ==
 +
 +<​code>​
 +pkg_info -aoq
 +</​code>​
 +
 +== Display package owner of a file ==
 +
 +<​code>​
 +pkg_info -W bash
 +</​code>​