LWN.net Logo

Jaunty python upgrade prevents pygtk apps from working

Jaunty python upgrade prevents pygtk apps from working

Posted Mar 27, 2009 22:57 UTC (Fri) by sbdep (subscriber, #13282)
In reply to: Jaunty python upgrade prevents pygtk apps from working by khc
Parent article: Jaunty python upgrade prevents pygtk apps from working

hmm, that's actually a neat trick.

Usually dpkg -l will try to limit it's output based on the COLUMNS env variable. As a result, dpkg cuts off part of the package name, the version, and the description.

This ensures that dpkg does not look at the COLUMNS variable (since it is writing to a pipe instead) and this you get the full data from the dpkg -l command.


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds