
Originally Posted by
andrewmarcapple
I am having an issue with this as well. I am entering:
sudo dpkg --add-architecture i386
But I am getting this error:
pkg-config-dpkghook: warning: Architecture 1386 not defined in architecture tables, ignored
You'll notice, I'm typing "i386," but the error says "1386."
You don't need to do this any longer. 32-bit support is already enabled. You can verify supported architectures with these commands:
Check the native architecture:
Code:
dmn@Sydney:~$ dpkg --print-architecture
amd64
Check for other architectures:
Code:
dmn@Sydney:~$ dpkg --print-foreign-architectures
i386
These were run on Ubuntu 18.04 system
Bookmarks