Gentoo Archives: gentoo-user

From: Alexander Skwar <listen@×××××××××××××××.name>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] list of all installed packages?
Date: Sat, 29 Oct 2005 11:46:44
Message-Id: 43635FAF.80902@mid.email-server.info
In Reply to: [gentoo-user] list of all installed packages? by Jarry
1 Jarry schrieb:
2 > Sorry, for asking such a trivial question, but how can I find which
3 > packages have been emerged on my system?
4
5 Many options. Lucky for you, that question just came up a few
6 days ago on the german mailinglist (Thread: "[gentoo-user-de]
7 Auflisten aller installierten Packete ohne qpkg"). I'll compile
8 what's been posted there:
9
10 cd /var/db/pkg
11 ls -1d */*
12
13 1) emerge gentoolkit && equery list
14 2) emerge epm && epm -qa
15
16 $ cd /var/db/pkg
17 $ find . -mindepth 2 -maxdepth 2
18
19 qpkg -I -nc
20 (Yes, I know, there's no qpkg anymore...)
21
22 qlist -I -C
23
24 eix --format "<category>/<name>" -I
25
26 Alexander Skwar
27 --
28 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] list of all installed packages? Neil Bothwick <neil@××××××××××.uk>