How do I get a list of the sizes of installed packages??

"equery size" would appear to be the command I want, but it
doesn't work:

# equery size '*'
Traceback (most recent call last):
  File "/usr/bin/equery", line 1639, in ?
    cmd.perform(local_opts)
  File "/usr/bin/equery", line 740, in perform
    matches = gentoolkit.find_packages(query, True)
  File "/usr/lib/gentoolkit/pym/gentoolkit/helpers.py", line 19, in 
find_packages
    t = portage.db["/"]["porttree"].dbapi.xmatch("match-all", search_key)
  File "/usr/lib/portage/pym/portage.py", line 5067, in xmatch
    mydep = dep_expand(origdep, mydb=self, settings=self.mysettings)
  File "/usr/lib/portage/pym/portage.py", line 3415, in dep_expand
    if mydep[-1]=="*":
IndexError: string index out of range

-- 
Grant Edwards                   grante             Yow!  I am NOT a nut....
                                  at               
                               visi.com            

-- 
[email protected] mailing list

Reply via email to