1

What is the trick or possibility to get the list of all my installed packages on gentoo with indication of all used/unused use-flags, versions, etc?

Something similar what you see with when run emerge for update, but is there an option to see the what I have already installed in same format as emerge showing?

yshurik
  • 113
  • 4

1 Answers1

2

It seems that

emerge -pve world

is what you need.

The output of the command looks like output of emerge -pve world

Jonas Stein
  • 406
  • 5
  • 14
iprok
  • 126
  • 4