From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LcKgl-0005q6-DU for garchives@archives.gentoo.org; Wed, 25 Feb 2009 14:24:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 173D2E0323; Wed, 25 Feb 2009 14:24:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EA92DE0323 for ; Wed, 25 Feb 2009 14:24:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 74D1E645D4 for ; Wed, 25 Feb 2009 14:24:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.426 X-Spam-Level: X-Spam-Status: No, score=-3.426 required=5.5 tests=[AWL=0.173, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Eowvtb6FZH0C for ; Wed, 25 Feb 2009 14:24:32 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 617B7646C8 for ; Wed, 25 Feb 2009 14:24:31 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LcKgX-0006sN-HQ for gentoo-user@gentoo.org; Wed, 25 Feb 2009 14:24:29 +0000 Received: from athedsl-56022.home.otenet.gr ([87.203.196.36]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Feb 2009 14:24:29 +0000 Received: from realnc by athedsl-56022.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Feb 2009 14:24:29 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: upgrade all [SOLVED] Date: Wed, 25 Feb 2009 16:24:21 +0200 Organization: Lucas Barks Message-ID: References: <49A53E7A.4040904@yahoo.com.br> <49A54C71.7040608@yahoo.com.br> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-56022.home.otenet.gr User-Agent: Thunderbird 2.0.0.19 (X11/20090215) In-Reply-To: <49A54C71.7040608@yahoo.com.br> Sender: news X-Archives-Salt: 672b424c-27f0-4c4f-be58-5b51ed6032ca X-Archives-Hash: 4ff22135b1329f385b75ab78e63e0f5e 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`" ?