Re: Trying to remove "architecture i386"

2015-12-01 Thread Steve McIntyre
boudic...@skimble.plus.com wrote: >Ansgar Burchardt <"Ansgar Burchardt"@43-1.org> writes: >> >> Do you still have any i386 packages installed? I think running >> >> dpkg -l "*:i386" >> >> should list them (I don't use multiarch myself, but it works for the >> native architecture and "*:all"). >>

Re: Trying to remove "architecture i386"

2015-12-01 Thread Sharon Kimble
Sharon Kimble writes: > I am running a "amd64" version of jessie and in an effort to get > 'crossover_14.1.11-1.deb' installed, which is 32-bit. To do this I issued the > command - > > ╭ > │sudo dpkg --add-architecture i386 > ╰ > > and then - > > ╭ > │dpkg --print-foreign-architecture

Re: Trying to remove "architecture i386"

2015-12-01 Thread Sharon Kimble
Ansgar Burchardt <"Ansgar Burchardt"@43-1.org> writes: > Sharon Kimble writes: >> ╭ >> │sudo dpkg --remove-architecture i386 >> ╰ >> >> which failed saying - >> >> dpkg: error: cannot remove architecture 'i386' currently in use by the >> database >> >> How then can I remove 'i386' please

Re: Trying to remove "architecture i386"

2015-12-01 Thread Martin Read
On 01/12/15 08:47, Ansgar Burchardt wrote: Do you still have any i386 packages installed? I think running dpkg -l "*:i386" should list them (I don't use multiarch myself, but it works for the native architecture and "*:all"). I can confirm on my multiarch system that the command you sugges

Re: Trying to remove "architecture i386"

2015-12-01 Thread Ansgar Burchardt
Sharon Kimble writes: > ╭ > │sudo dpkg --remove-architecture i386 > ╰ > > which failed saying - > > dpkg: error: cannot remove architecture 'i386' currently in use by the > database > > How then can I remove 'i386' please, or should I just cut my losses and > reinstall? Do you still hav

Trying to remove "architecture i386"

2015-11-30 Thread Sharon Kimble
I am running a "amd64" version of jessie and in an effort to get 'crossover_14.1.11-1.deb' installed, which is 32-bit. To do this I issued the command - ╭ │sudo dpkg --add-architecture i386 ╰ and then - ╭ │dpkg --print-foreign-architectures ╰ then I did a 'apt-get update' and tr