Re: [gentoo-user] Re: upgrade all [SOLVED]

2009-02-25 Thread Neil Bothwick
On Wed, 25 Feb 2009 23:09:06 +0200, Arttu V. wrote:

> > Neither this nor the eix --only-names method take account of slots.  
> 
> But you should get that by changing the qlist part above to:
> 
> qlist -CISL

Yes.

> Not that it matters. I just like qlist over these newfangled eix
> things. :)

I've never seen them as competitors. Although both can be used here, they
generally address different functions. I do like most of the q utils
though, especially in preference to equery, although genlop beats qlop
because of its -c and -p options.


-- 
Neil Bothwick

Eventually, you must pay for your sins. Exact change, please.


signature.asc
Description: PGP signature


Re: [gentoo-user] Re: upgrade all [SOLVED]

2009-02-25 Thread Arttu V.
On 2/25/09, Neil Bothwick  wrote:
> On Wed, 25 Feb 2009 16:24:21 +0200, Nikos Chantziaras wrote:
>
>> Why not simply "emerge -a1 `qlist -I`" ?
>
> You should add a -u to emerge as he wants to upgrade, otherwise it
> re-installs everything that qlist -I spits out.
>
> Neither this nor the eix --only-names method take account of slots.

But you should get that by changing the qlist part above to:

qlist -CISL

Not that it matters. I just like qlist over these newfangled eix things. :)

-- 
Arttu V.



Re: [gentoo-user] Re: upgrade all [SOLVED]

2009-02-25 Thread Neil Bothwick
On Wed, 25 Feb 2009 16:24:21 +0200, Nikos Chantziaras wrote:

> Why not simply "emerge -a1 `qlist -I`" ?

You should add a -u to emerge as he wants to upgrade, otherwise it
re-installs everything that qlist -I spits out.

Neither this nor the eix --only-names method take account of slots.


-- 
Neil Bothwick

C:\DOS\SYSTEM\OS2\UTILITIES\DOCS\HELP\WHERE\THE\F$#%\AM\I???


signature.asc
Description: PGP signature


[gentoo-user] Re: upgrade all [SOLVED]

2009-02-25 Thread Nikos Chantziaras

Zhu Sha Zang wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Stroller escreveu:

On 25 Feb 2009, at 12:50, Zhu Sha Zang wrote:

... I know that i can do a emerge -uDN world and upgrade all
programs that in the "world enviroment". But some time ago i see
in this list a way to check and upgrade all programs installed in
system.

Someone remember or know how i can do it?

Could it have been this thread:
http://thread.gmane.org/gmane.linux.gentoo.user/202559

I think there were some warnings there against it, but IIRC I
didn't find them terribly specific or compelling, so 'emerge -1
`eix -Iu --only-names`' works here. I would think your need for
this would be rare, however, and you should be sure to run
revdep-rebuild afterwards.

Stroller.




Thakns Stroller, i'm using something like this

eix -u > upgrade.txt

vi upgrade.txt (editing lines that useless and adding "emerge -vauDN")

sh upgrade.txt.


Why not simply "emerge -a1 `qlist -I`" ?