Date: Wed, 7 Jan 2015 21:26:42 +0800 From: Ben Woods <woodsb02@gmail.com> To: Polytropon <freebsd@edvax.de> Cc: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org> Subject: Re: Questions from a Linux refugee Message-ID: <CAOc73CAGucGn0MTF3rCDfUf3nSrHuGf8xJsUdQU=S38n18phWA@mail.gmail.com> In-Reply-To: <20150107142315.27d077f3.freebsd@edvax.de> References: <20150106115503.4870ab2e@jive> <CAOc73CA9nEWSFckf2r1S9eQKWN%2Bza-NKcU_25z1EHyJDdAqPvw@mail.gmail.com> <20150106132934.7b2ba08c.freebsd@edvax.de> <20150106124739.a336caccfdef65863f461f7c@milibyte.co.uk> <20150106163202.f07341af.freebsd@edvax.de> <CAOc73CBduBfspU90MWDu_wNWxYK2w3yc3pJVREcfx3tN_Sb=ww@mail.gmail.com> <20150107142315.27d077f3.freebsd@edvax.de>
next in thread | previous in thread | raw e-mail | index | archive | help
> > > "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@gmail.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOc73CAGucGn0MTF3rCDfUf3nSrHuGf8xJsUdQU=S38n18phWA>