View Single Post
  #2   (View Single Post)  
Old 13th February 2018
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,984
Default

I don't know the book, but there are different pkg_add(1) tools on different BSDs, which have different options.

What you're looking for on OpenBSD is the -E option. Review the man page.
Code:
$ pkg_info -E $(which convert)
/usr/local/bin/convert: ImageMagick-6.9.9.30
ImageMagick-6.9.9.30 image processing tools
$
Reply With Quote