View previous topic :: View next topic |
Author |
Message |
pjp Administrator


Joined: 16 Apr 2002 Posts: 17655
|
Posted: Thu Jan 16, 2003 10:18 pm Post subject: GF3: How do I get a list of installed packages? |
|
|
Navigation: [Gentoo Fundamentals] [Table of Contents]
Q: How do I get a list of installed packages?
A: The qpkg tool comes in handy for this task. You may need to emerge gentoolkit to use it.
This will show a list of installed packages, but will not differentiate versions.
Example: Code: | # qpkg -I glib
dev-libs/glib *
gnome-extra/glibwww *
sys-libs/glibc * |
This will show a list of installed packages in verbose format. Verbose will show multiple versions of the same package.
Example: Code: | # qpkg -I -v glib
sys-libs/glibc-2.2.5-r7 *
dev-libs/glib-1.2.10-r4 *
dev-libs/glib-2.0.7 *
gnome-extra/glibwww-0.2-r2 * |
Also see: man qpkg
Post comments on this FAQ to [FAQF] GF3: How do I get a list of installed packages?. _________________ The First of April. The day when people critically evaluate information from the internet before accepting it as true. |
|
Back to top |
|
 |
kallamej Administrator


Joined: 27 Jun 2003 Posts: 4913 Location: Gothenburg, Sweden
|
Posted: Sun Jan 09, 2005 8:10 pm Post subject: |
|
|
Qpkg is deprecated in favour of equery, which is also included in app-portage/gentoolkit. The equivalent of qpkg -I -v is
See man equery, equery --help and equery list --help for more information. _________________ Please read our FAQ Forum, it answers many of your questions.
irc: #gentoo-forums on irc.freenode.net |
|
Back to top |
|
 |
|