[gentoo-user] How to list every installed package?

2009-06-10 Thread Johannes Geiss
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
-- 

--//--
 //Johannes R. Geiss   Zaurus, Pegasos, Amiga and C64 user
 \\ //   PGP at http://home.arcor.de/jgeiss/pgpkey.txt
--\X/-


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] How to list every installed package?

2009-06-10 Thread Justin
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
eix -I



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] How to list every installed package?

2009-06-10 Thread Arttu V.
On 6/10/09, Johannes Geiss johannes.ge...@web.de wrote:
 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?

qlist

And I often use it with -CISL, but your needs may differ.

-- 
Arttu V.



Re: [gentoo-user] How to list every installed package?

2009-06-10 Thread KH
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



Re: [gentoo-user] How to list every installed package?

2009-06-10 Thread Dale
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.



Re: [gentoo-user] How to list every installed package?

2009-06-10 Thread Zhu Sha Zang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dale escreveu:
 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.


eix -I --only-names
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkovu0AACgkQ35zeJy7JhCgcSQCZAQibtD/sypHXHkciXKDu0njI
YC8An0uTIoVQlO9wqzwYQWGuRoVsW1qT
=dpKr
-END PGP SIGNATURE-




Re: [gentoo-user] How to list every installed package?

2009-06-10 Thread Albert Hopkins
On Wed, 2009-06-10 at 08:44 -0500, Dale wrote:
 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.

epm -qGa






Re: [gentoo-user] How to list every installed package?

2009-06-10 Thread Arttu V.
On 6/10/09, Dale rdalek1...@gmail.com wrote:
 P. S.  Ain't it funny that everybody has a different way of doing the
 same thing?  And a different tool for each one.

No, the suggested commands aren't all even doing the same thing.
Especially emerge -e world is an outlier. On a box with a lazy or a
first time install, learning Gentoo admin it's likely to give a very
different result from most of the others.

As the OP hasn't given a reason or motivation why he needs the package
list, what it is for, we can only make assumptions and throw out wild
guesses.

After all, he might even be after emerge -pv --depclean, as it, too,
sort of prints out pretty much all packages on the system. Not to
mention a few thousand lines of dependency information. :)

-- 
Arttu V.



Re: [gentoo-user] How to list every installed package?

2009-06-10 Thread Dale
Arttu V. wrote:
 On 6/10/09, Dale rdalek1...@gmail.com wrote:
   
 P. S.  Ain't it funny that everybody has a different way of doing the
 same thing?  And a different tool for each one.
 

 No, the suggested commands aren't all even doing the same thing.
 Especially emerge -e world is an outlier. On a box with a lazy or a
 first time install, learning Gentoo admin it's likely to give a very
 different result from most of the others.

 As the OP hasn't given a reason or motivation why he needs the package
 list, what it is for, we can only make assumptions and throw out wild
 guesses.

 After all, he might even be after emerge -pv --depclean, as it, too,
 sort of prints out pretty much all packages on the system. Not to
 mention a few thousand lines of dependency information. :)

   

They may not be doing the same thing but they are a answer to the same
question. 

Dale

:-)  :-) 



Re: [gentoo-user] How to list every installed package?

2009-06-10 Thread Johannes Geiss
On Wed, 2009-06-10 at 15:48 +0300, Arttu V. wrote:

 On 6/10/09, Johannes Geiss johannes.ge...@web.de wrote:
  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?
 
 qlist
 
 And I often use it with -CISL, but your needs may differ.

Thank you all for your answers, that is exactly I was looking for.

Bye
Johannes
-- 

--//--
 //Johannes R. Geiss   Zaurus, Pegasos, Amiga and C64 user
 \\ //   PGP at http://home.arcor.de/jgeiss/pgpkey.txt
--\X/-


signature.asc
Description: This is a digitally signed message part