Re: [Sugar-devel] no rpm command in my sugar trisquel image

2011-05-17 Thread laurent bernabe
Hello, i couldn't test the command rpm -qa | grep pygtk because there is no rpm command in my sugar image 2011/5/17 James Cameron qu...@laptop.org On Mon, May 16, 2011 at 07:11:59PM +0200, laurent bernabe wrote: the reference i read is http://www.pygtk.org/docs/pygtk/index.html That is for

Re: [Sugar-devel] no rpm command in my sugar trisquel image

2011-05-17 Thread Peter Robinson
I believe trisquel is based on debian or ubuntu so you'll have to use what ever package manager they use. Peter On Tue, May 17, 2011 at 2:06 PM, laurent bernabe laurent.bern...@gmail.com wrote: Hello, i couldn't test the command rpm -qa | grep pygtk because there is no rpm command in my sugar

Re: [Sugar-devel] no rpm command in my sugar trisquel image

2011-05-17 Thread Rodolfo D. Arce S.
For Debian: sudo dpkg --get-selections | grep pygtk This might work cheers.. R 2011/5/17 Peter Robinson pbrobin...@gmail.com I believe trisquel is based on debian or ubuntu so you'll have to use what ever package manager they use. Peter On Tue, May 17, 2011 at 2:06 PM, laurent bernabe

Re: [Sugar-devel] no rpm command in my sugar trisquel image

2011-05-17 Thread James Cameron
On Tue, May 17, 2011 at 03:06:48PM +0200, laurent bernabe wrote: Hello, i couldn't test the command rpm -qa | grep pygtk because there is no rpm command in my sugar image I don't know which image you are using, but if your first mail of 9th May is a guide, you are using OLPC-649.zip from

Re: [Sugar-devel] no rpm command in my sugar trisquel image

2011-05-17 Thread James Cameron
On Tue, May 17, 2011 at 10:41:07AM -0400, Rodolfo D. Arce S. wrote: For Debian: sudo dpkg --get-selections | grep pygtk Good guess, but no. dpkg --get-selections only provides package names and installation status. Besides, the package name prefix is python-gtk usually. Better way on a