Re: aag - wrapper for apt-get with support for recommend and suggests field

2003-04-30 Thread Hamish Moffatt
On Tue, Apr 29, 2003 at 04:08:14AM -0700, David Nusinow wrote: > On Tue, Apr 29, 2003 at 06:13:38AM +0200, Alexander Wirt wrote: > > i have written a small wrapper for apt-get that makes it possible to > > install all recommended and/or suggested Packages for a Package too. > Why not just use apt

Re: aag - wrapper for apt-get with support for recommend and suggests field

2003-04-30 Thread Joshua Kwan
On Tue, Apr 29, 2003 at 11:43:38PM -0400, Daniel Burrows wrote: > Try running apt in an up-to-date unstable. (this isn't apt's fault, > of course) Ah, yeah, I downgraded and put libstdc++5 on hold the second shit started flowing downhill (ie with menu) :) Regards Josh -- New PGP public key:

Re: aag - wrapper for apt-get with support for recommend and suggests field

2003-04-29 Thread Daniel Burrows
On Wed, Apr 30, 2003 at 12:59:17AM +0200, Michael Banck <[EMAIL PROTECTED]> was heard to say: > On Tue, Apr 29, 2003 at 05:23:52PM -0400, Daniel Burrows wrote: > > On Tue, Apr 29, 2003 at 03:58:34PM +0200, Alexander Wirt <[EMAIL > > PROTECTED]> was heard to say: > > > Its interactive, I don't wan

Re: aag - wrapper for apt-get with support for recommend and suggests field

2003-04-29 Thread EspeonEefi
Daniel Burrows wrote: apt is broken in sid now too. Isn't unstable fun? :) Did you get this from the line in the topic of #debian @ irc.freenode.net? I jumped as well at first, but the apt that's MIA is the bot in that channel, not the program in sid, I think.

Re: aag - wrapper for apt-get with support for recommend and suggests field

2003-04-29 Thread Michael Banck
On Tue, Apr 29, 2003 at 05:23:52PM -0400, Daniel Burrows wrote: > On Tue, Apr 29, 2003 at 03:58:34PM +0200, Alexander Wirt <[EMAIL PROTECTED]> > was heard to say: > > Its interactive, I don't want to launch a GUI if I want so simple add a > > package. Additionally it seams that aptitude is current

Re: aag - wrapper for apt-get with support for recommend and suggests field

2003-04-29 Thread Adam Heath
On Tue, 29 Apr 2003, Daniel Burrows wrote: > On Tue, Apr 29, 2003 at 03:58:34PM +0200, Alexander Wirt <[EMAIL PROTECTED]> > was heard to say: > > Its interactive, I don't want to launch a GUI if I want so simple add a > > package. Additionally it seams that aptitude is currently broken in Sid. >

Re: aag - wrapper for apt-get with support for recommend and suggests field

2003-04-29 Thread Daniel Burrows
On Tue, Apr 29, 2003 at 03:58:34PM +0200, Alexander Wirt <[EMAIL PROTECTED]> was heard to say: > Its interactive, I don't want to launch a GUI if I want so simple add a > package. Additionally it seams that aptitude is currently broken in Sid. > So this are two good reasons for me. apt is broke

Re: aag - wrapper for apt-get with support for recommend and suggests field

2003-04-29 Thread Alexander Wirt
Am Die, 2003-04-29 um 17.01 schrieb Rene Engelhard: > Hi, > > Alexander Wirt wrote: > > Its interactive, I don't want to launch a GUI if I want so simple add a > > eh? > > aptitude install > aptitude remove > aptitude purge I'm really sorry, but this sound very new to me. But its very nice to kn

Re: aag - wrapper for apt-get with support for recommend and suggests field

2003-04-29 Thread Kai Weber
On Tue, Apr 29, 2003 at 03:58:34PM +0200, Alexander Wirt wrote: > > Why not just use aptitude?[1] > Its interactive, I don't want to launch a GUI if I want so simple add a > package. Additionally it seams that aptitude is currently broken in Sid. > So this are two good reasons for me. aptitude ca

Re: aag - wrapper for apt-get with support for recommend and suggests field

2003-04-29 Thread Rene Engelhard
Hi, Alexander Wirt wrote: > Its interactive, I don't want to launch a GUI if I want so simple add a eh? aptitude install aptitude remove aptitude purge from command line. > package. Additionally it seams that aptitude is currently broken in Sid. > So this are two good reasons for me. apt 0.5.

Re: aag - wrapper for apt-get with support for recommend and suggests field

2003-04-29 Thread Alexander Wirt
Am Die, 2003-04-29 um 13.08 schrieb David Nusinow: > On Tue, Apr 29, 2003 at 06:13:38AM +0200, Alexander Wirt wrote: > > Hi folks, > > > > i have written a small wrapper for apt-get that makes it possible to > > install all recommended and/or suggested Packages for a Package too. > > A simple Ca

Re: aag - wrapper for apt-get with support for recommend and suggests field

2003-04-29 Thread David Nusinow
On Tue, Apr 29, 2003 at 06:13:38AM +0200, Alexander Wirt wrote: > Hi folks, > > i have written a small wrapper for apt-get that makes it possible to > install all recommended and/or suggested Packages for a Package too. > A simple Call of: aag -rs would install all recommended and > suggested P

Re: aag - wrapper for apt-get with support for recommend and suggests field

2003-04-29 Thread Graham Williams
Received Tue 29 Apr 2003 2:35pm +1000 from Alexander Wirt: > Hi folks, > > i have written a small wrapper for apt-get that makes it possible to > install all recommended and/or suggested Packages for a Package too. > ... I've also got the same functionality in my apt-get wrapper, wajig, as in:

aag - wrapper for apt-get with support for recommend and suggests field

2003-04-28 Thread Alexander Wirt
Hi folks, i have written a small wrapper for apt-get that makes it possible to install all recommended and/or suggested Packages for a Package too. A simple Call of: aag -rs would install all recommended and suggested Packages for . The Code isn't very nice, but it works fine for me. I other pe