Jarry schrieb:
> Sorry, for asking such a trivial question, but how can I find which
> packages have been emerged on my system?

Many options. Lucky for you, that question just came up a few
days ago on the german mailinglist (Thread: "[gentoo-user-de]
Auflisten aller installierten Packete ohne qpkg"). I'll compile
what's been posted there:

cd /var/db/pkg
ls -1d */*

1) emerge gentoolkit && equery list
2) emerge epm && epm -qa

$ cd /var/db/pkg
$ find . -mindepth 2 -maxdepth 2

qpkg -I -nc
(Yes, I know, there's no qpkg anymore...)

qlist -I -C

eix --format "<category>/<name>" -I

Alexander Skwar
-- 
gentoo-user@gentoo.org mailing list

Reply via email to