Questions from a Linux refugee

Ben Woods woodsb02 at gmail.com
Wed Jan 7 13:26:44 UTC 2015


> > > "make missing | pkg install" to get the dependencies
> >
> > This command doesn't work for me with pkgng 1.4.4 (I don't think the
pipe
> > to pkg works):
> >
> > # make missing | pkg install
> > Usage: pkg install [-AfInFMqRUy] [-r reponame] [-Cgix] <pkg-name> ...
> > For more information see 'pkg help install'.
>
> The command is pseudo-code, I should have mentioned
> this explicitely. :-)


Well it can actually work if you use xargs:
# make missing | xargs pkg install

--
From: Benjamin Woods
woodsb02 at gmail.com


More information about the freebsd-questions mailing list