DPKG search by architecture

2010-08-01 Thread Jordon Bedwell
I can't for the life of me remember how to do it outside of CentOS, but we want to remove 32bit libs and simply leave a plain 64bit system, yes I removed ia32-libs but there are still some remains so does anybody remember how to search for packages by architecture? -- To UNSUBSCRIBE, email

Re: DPKG search by architecture

2010-08-01 Thread Camaleón
On Sun, 01 Aug 2010 09:09:38 -0500, Jordon Bedwell wrote: I can't for the life of me remember how to do it outside of CentOS, but we want to remove 32bit libs and simply leave a plain 64bit system, yes I removed ia32-libs but there are still some remains so does anybody remember how to search

Re: DPKG search by architecture

2010-08-01 Thread Andrei Popescu
On Du, 01 aug 10, 09:09:38, Jordon Bedwell wrote: I can't for the life of me remember how to do it outside of CentOS, but we want to remove 32bit libs and simply leave a plain 64bit system, yes I removed ia32-libs but there are still some remains so does anybody remember how to search for

Re: DPKG search by architecture

2010-08-01 Thread Bob Proulx
Jordon Bedwell wrote: I can't for the life of me remember how to do it outside of CentOS, but we want to remove 32bit libs and simply leave a plain 64bit system, Debian isn't like CentOS and isn't a dual architecture system in the same way. Instead it is more of a single architecture system

Re: DPKG search by architecture

2010-08-01 Thread Jordon Bedwell
On 8/1/2010 11:45 AM, Bob Proulx wrote: Debian isn't like CentOS and isn't a dual architecture system in the same way. Instead it is more of a single architecture system but with the added capability that if the kernel supports it additional libraries can be installed and multiple architectures

Re: DPKG search by architecture

2010-08-01 Thread Jordon Bedwell
On 8/1/2010 11:34 AM, Andrei Popescu wrote: On Du, 01 aug 10, 09:09:38, Jordon Bedwell wrote: I can't for the life of me remember how to do it outside of CentOS, but we want to remove 32bit libs and simply leave a plain 64bit system, yes I removed ia32-libs but there are still some remains so

Re: DPKG search by architecture

2010-08-01 Thread Jordon Bedwell
On 8/1/2010 10:19 AM, Camaleón wrote: dpkg-query -W -f='${Package}\t${Architecture}\n' You are awesome man, this is exactly what I was looking for. Thanks :D -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Re: DPKG search by architecture

2010-08-01 Thread Joey Hess
Jordon Bedwell wrote: On 8/1/2010 10:19 AM, Camaleón wrote: dpkg-query -W -f='${Package}\t${Architecture}\n' You are awesome man, this is exactly what I was looking for. Thanks :D Except the architecture will be amd64 or all for every package, since as the other childish poster told you,

Re: DPKG search by architecture

2010-08-01 Thread Jordon Bedwell
On 8/1/2010 1:23 PM, Joey Hess wrote: Jordon Bedwell wrote: On 8/1/2010 10:19 AM, Camaleón wrote: dpkg-query -W -f='${Package}\t${Architecture}\n' You are awesome man, this is exactly what I was looking for. Thanks :D Except the architecture will be amd64 or all for every package, since as

Re: DPKG search by architecture

2010-08-01 Thread Joey Hess
Jordon Bedwell wrote: On 8/1/2010 1:23 PM, Joey Hess wrote: Jordon Bedwell wrote: On 8/1/2010 10:19 AM, Camaleón wrote: dpkg-query -W -f='${Package}\t${Architecture}\n' You are awesome man, this is exactly what I was looking for. Thanks :D Except the architecture will be amd64 or all for

Re: DPKG search by architecture

2010-08-01 Thread Lisi
On Sunday 01 August 2010 18:07:44 Jordon Bedwell wrote: [SNIP all the childish explanations like I don't know how to work Linux] Some people don't. For them it might be helpful to have the whole explanation. Also many people come across the archives at an early stage in their acquaintance