My problem is that the multiarch support is not enabled. If I understand my version of MINT, it is more Debian than it is Ubuntu. In fact, I am not sure if there is any Ubuntu in it all all. The error code when I tried to run a program called wine. Terminal gave me a website to use:
http://wiki.debian.org/Multiarch/HOWTO
If you look under 'Availability' in that link first thing it tells you is:
You need a multiarch-aware dpkg and apt.
It goes on to tell you:
Check by seeing if dpkg --print-foreign-architectures is understood.
When I did that the command WAS NOT understood. So this is telling me that I do NOT have a multiarch-aware dpkg and apt. The section 'Availability' goes on to say this:
Apt is multiarch-aware if it supports -o APT::Architectures. This is available from version 0.8.13 onwards. However there are many multiarch-related improvements and bug-fixes in later apt versions (some required by Debian dpkg 1.16.2 to properly enable multiarch), such as apt-get build-dep -a cross-dependency support, so the later the better in general up to at least 0.9.4.
Prior to apt 0.9 in Debian, dpkg can get stuck (but only if multiach is enabled) during upgrades when it is not told which arch package it should be configuring by apt. (dpkg: error: --configure needs a valid package name but 'gcc-4.7-base' is not: ambiguous package name 'gcc-4.7-base' with more than one installed instance) dpkg --configure -a will unbung this.
This is where I start pulling my hair out and going 'what the . . .'
When I try to type in:
sudo dpkg --add-architecture i386
I get an error message saying:
dpkg: error: unknown option --add-architecture
Windows 8 was so bad it made me switch to Linux. So I am very new to Linux not so new to computers. A Commodore 64 was my first computer. Yet I am not having much luck with Linux so far. Any idea what I can try next to get this muti-arch working?






