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


Joined: 16 Apr 2002 Posts: 18736
|
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?. _________________ Magna Carta (1215) | Spectral evidence no longer permissible (c. 1792) | Cancel culture, deplatforming (c. 2016) |
|
Back to top |
|
 |
kallamej Administrator


Joined: 27 Jun 2003 Posts: 4947 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 |
|
 |
|
|
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
|
|