diff --git a/Installing-on-Linux.md b/Installing-on-Linux.md index 9cc7488..9d69172 100644 --- a/Installing-on-Linux.md +++ b/Installing-on-Linux.md @@ -223,6 +223,11 @@ With multiarch functionality, you can install a 32-bit PPA on a 64-bit Ubuntu. Y #### Add the x86 architecture to your package manager (x64 installs of 12.04 or newer only) +**WARNING, ONLY DO THIS IF ON THE x86_64/AMD64 or x86/i386 ARCHITECTURES** + +`dpkg --print-architecture` should return `amd64` or `i386`, otherwise this will NOT work and likely break your install
+You have been warned! + In a terminal, type: ```` sudo dpkg --add-architecture i386