On 9/28/20 14:58 , Christoph Kukulies wrote: > locate doing wildcards or not, * matches somthing and . also, anyway: > > $ locate heic.la <http://heic.la> > $ > > There is no > > $ ls /opt/local/lib/ImageMagick-6.9.11 > ls: /opt/local/lib/ImageMagick-6.9.11: No such file or directory > $ > > — > Christoph
Try using `port content'. If the progam is installed, it'll show you where the files are located (incase you have another prefix): $ grep heic <(port content ImageMagick) /opt/local/lib/ImageMagick-6.9.11/modules-Q16/coders/heic.la /opt/local/lib/ImageMagick-6.9.11/modules-Q16/coders/heic.so // If the program isn't installed, `port content' will tell you that.
