[gentoo-user] List of all emerged packages

2003-07-31 Thread Javier Gostling
Hi all,
I've been playing for a few days on my new gentoo box, and have been
unable to find a way to list all packages that have been emerged. In
/var/cache/ebd/world is a list, but only of packages I explicitly
emerged, without all dependencies that emerge automatically placed
on my system. Is there some other way?

Thanks,
-- 
Javier Gostling D.
[EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] List of all emerged packages

2003-07-31 Thread Alan
On Thu, Jul 31, 2003 at 01:20:38PM -0400, Javier Gostling wrote:
 Hi all,
 I've been playing for a few days on my new gentoo box, and have been
 unable to find a way to list all packages that have been emerged. In
 /var/cache/ebd/world is a list, but only of packages I explicitly
 emerged, without all dependencies that emerge automatically placed
 on my system. Is there some other way?

If it's not emerged already emerge gentoolkit, then use qpkg for this.
I believe it's something like qpkg -I

alan

-- 
Alan [EMAIL PROTECTED] - http://arcterex.net

There are only 3 real sports: bull-fighting, car racing and mountain 
climbing. All the others are mere games.-- Hemingway

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] List of all emerged packages

2003-07-31 Thread Fred Van Andel

Javier Gostling [EMAIL PROTECTED] wrote:
(07/31/2003 10:20)

Hi all,
I've been playing for a few days on my new gentoo box, and have been
unable to find a way to list all packages that have been emerged. In
/var/cache/ebd/world is a list, but only of packages I explicitly
emerged, without all dependencies that emerge automatically placed
on my system. Is there some other way?


emerge -pD --emptytree world

Fred Van Andel
[EMAIL PROTECTED]
GPG KeyID: 76526AD599455482  
GPG fingerprint: 64E4 4BAB 9C99 D565 3E3C F5D0 7652 6AD5 9945 5482


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] List of all emerged packages

2003-07-31 Thread Yannick Le Saint
On Thursday 31 July 2003 17:20, Javier Gostling wrote:
 Hi all,
 I've been playing for a few days on my new gentoo box, and have been
 unable to find a way to list all packages that have been emerged. In
 /var/cache/ebd/world is a list, but only of packages I explicitly
 emerged, without all dependencies that emerge automatically placed
 on my system. Is there some other way?

  According to Alan, `qpkg -I' would do the trick, but you may want to use 
`find /var/db/pkg -mindepth 2 -maxdepth 2', which is much faster.

-- 
No excellent soul is exempt from a mixture of madness.
-- Aristotle


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] List of all emerged packages

2003-07-31 Thread donnie berkholz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 31 July 2003 12:20, Javier Gostling wrote:
 Hi all,
 I've been playing for a few days on my new gentoo box, and have been
 unable to find a way to list all packages that have been emerged. In
 /var/cache/ebd/world is a list, but only of packages I explicitly
 emerged, without all dependencies that emerge automatically placed
 on my system. Is there some other way?

 Thanks,

And another...

for i in `ls -d /var/db/pkg/*/*` ; do basename ${i} ; done
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/KVsYXVaO67S1rtsRAp2oAKCmWTaMqZiQgixiJL/BXkFETbPQxgCgudpn
2GRpzdWsgldw6ju1VCv3PYw=
=3VHF
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] List of all emerged packages

2003-07-31 Thread Javier Gostling
Hi,
Thanks you all very much for your answers. I should have seen there would
be several answers to the same problem (it's linux after all  :)

Cheers,
-- 
Javier Gostling D.
[EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list