In the last episode (Jun 22), Casey Scott said:
> Is it possible to get pkg_info, or some other command, to show what
> package contains a file?
> 
> E.g.  find what package has  /usr/local/bin/convert

pkg_info -W /usr/local/bin/convert

Or if you have portupgrade installed, "pkg_which
/usr/local/bin/convert" is faster.

-- 
        Dan Nelson
        [EMAIL PROTECTED]
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to