The update package info says to enable multiarch with the following command.
- Code: Select all
sudo dpkg --add-architecture i386
I tried this and got this error message
sleven@unit1 ~ $ sudo dpkg --add-architecture i386
[sudo] password for sleven:
dpkg: error: unknown option --add-architecture
How do I enable multiarch?

