From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MEO6J-0007SF-Mt for garchives@archives.gentoo.org; Wed, 10 Jun 2009 13:44:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0FBCE0400; Wed, 10 Jun 2009 13:44:22 +0000 (UTC) Received: from yw-out-1718.google.com (yw-out-1718.google.com [74.125.46.153]) by pigeon.gentoo.org (Postfix) with ESMTP id D4F7AE0400 for ; Wed, 10 Jun 2009 13:44:22 +0000 (UTC) Received: by yw-out-1718.google.com with SMTP id 5so3234055ywm.46 for ; Wed, 10 Jun 2009 06:44:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=vQ5RXMnLQbfJyACBT+traN9QsoviWOEbKyGxORYlFXw=; b=I3Lt96fQDGn1rxdcxFgdAh94bnLjIpjWdJck1vAMd9ZiR5FkGynenpFZaLNFP5yqxH 5Alx/4fcxzGVVHDQCtSIV0+S58J4vjMvYg+94PgEjPZ4VjqIuT6iXmWhZ8sVXWrdmkpD QKntXvcHLVfqJc+d8CvKsTi33Xh3V8xvo/B1k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=iuoWy46wI5KKZ6RvjxWyiVgvHm95JALHl5v8vfrMzkpJ87sgtodzUKJsy3dwMPEqr2 rAvbi5viYsXGDEC54zOic2ld+NzzE0+JSdeGp/N4/ABSKX6rosw7ETrW4utRANXZDrDL 0wuj3yEh0mcEShiUZNEWNNhx7W8l8vB+tgOiM= Received: by 10.90.68.12 with SMTP id q12mr1155355aga.8.1244641462371; Wed, 10 Jun 2009 06:44:22 -0700 (PDT) Received: from ?64.89.169.149? (r169h149.dixie-net.com [64.89.169.149]) by mx.google.com with ESMTPS id 40sm1421833aga.63.2009.06.10.06.44.19 (version=SSLv3 cipher=RC4-MD5); Wed, 10 Jun 2009 06:44:21 -0700 (PDT) Message-ID: <4A2FB8B0.5050707@gmail.com> Date: Wed, 10 Jun 2009 08:44:16 -0500 From: Dale User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.21) Gecko/20090529 SeaMonkey/1.1.16 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] How to list every installed package? References: <1244637938.8296.15.camel@polaris> <4A2FABBB.2030004@konstantinhansen.de> In-Reply-To: <4A2FABBB.2030004@konstantinhansen.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 95cf21d0-ccc7-4564-87e5-039aa717fbc8 X-Archives-Hash: 017c0e88239205f485bb5f86829c4b88 KH wrote: > Johannes Geiss schrieb: > >> Hi there, >> >> how can I list every installed package in Gentoo? The >> file /var/lib/portage/world shows some installed packages, but how can I >> see all other packages which have been installed automatically? >> >> Thanks for any help >> Johannes >> > > emerge -pev world > > > equery list should work. It's even in alphabetical order which is neat. Dale :-) :-) P. S. Ain't it funny that everybody has a different way of doing the same thing? And a different tool for each one.