Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
how to list all installed packages
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
balim
n00b
n00b


Joined: 18 Jan 2005
Posts: 1

PostPosted: Wed Jan 26, 2005 3:47 am    Post subject: how to list all installed packages Reply with quote

what command do i use to list all installed packages on the gentoo system? can emerge do this?
Back to top
View user's profile Send private message
i92guboj
Bodhisattva
Bodhisattva


Joined: 30 Nov 2004
Posts: 10315
Location: Córdoba (Spain)

PostPosted: Wed Jan 26, 2005 4:19 am    Post subject: Re: how to list all installed packages Reply with quote

balim wrote:
what command do i use to list all installed packages on the gentoo system? can emerge do this?

Appart of the system packages (the one that you need and can't be uninstalled unless you know what you are doing) the rest of packages (world packages in gentoo) are listed in /var/tmp/portage/world, unless you have emerged anything with --oneshot.
A simple way to obtain such a list (with all system and world packs) would be something like:
Quote:
emerge -peD world

Wich will pretend to install all the packages that are allready installed, just like if that packages were not installed at all.
You can redirect it to a file and see later with your favourite editor:
Quote:
emerge -peD world > list
Back to top
View user's profile Send private message
Cintra
Advocate
Advocate


Joined: 03 Apr 2004
Posts: 2111
Location: Norway

PostPosted: Wed Jan 26, 2005 6:58 am    Post subject: Re: how to list all installed packages Reply with quote

balim wrote:
what command do i use to list all installed packages on the gentoo system? can emerge do this?


# equery list
will give you a list of installed packages with versions..

mvh
_________________
"I am not bound to please thee with my answers" W.S.
Back to top
View user's profile Send private message
kimchi_sg
Advocate
Advocate


Joined: 26 Nov 2004
Posts: 2969

PostPosted: Wed Jan 26, 2005 6:59 am    Post subject: Re: how to list all installed packages Reply with quote

Cintra wrote:
Code:
equery list
will give you a list of installed packages with versions..

You will have to emerge gentoolkit first.
Back to top
View user's profile Send private message
some1
n00b
n00b


Joined: 20 Nov 2004
Posts: 23

PostPosted: Wed Jan 26, 2005 2:36 pm    Post subject: Reply with quote

u can also try porthole (gtk port for emerge)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum