On Friday 19 September 2003 22:04, Fred Clausen wrote:
> Nelis Lamprecht wrote:
> >On Fri, 2003-09-19 at 08:12, [EMAIL PROTECTED] wrote:
> >>Hi guys,
> >>first off Gentoo's A1 !! I was using debian up till now, but this baby is
> >>much more fun to use if you like fiddling ;-).
> >>How can i get a list of all the packages currently installed on my system
> >> ? Can't seem to find an option
> >>like that on emerge ?
> >
> >emerge gentoolkit then do a "qpkg -I"
> >
> >
> >nelis
> >
> >
> >
> >--
> >[EMAIL PROTECTED] mailing list
>
> emerge -pe world will show you all of the installed packages.

Actually, emerge -pe world will show installed packages as the latest version 
in portage (since last sync). ie. if gentoo-sources-2.4.20-r1 is installed 
but an update to -r7 is available in portage then emerge -ep world will show 
-r7.

I've never used qpkg but I imagine the syntax given will probably give you the 
same results (maybe a little more pretty) as what I normally use, which is:

find /var/db/pkg/* -mindepth 1 -maxdepth 1 | sort

Regards,
Jason

--
[EMAIL PROTECTED] mailing list

Reply via email to