Updated Installing on Linux (markdown)

theofficialgman 2021-11-18 17:27:37 -05:00
parent c48cc8338b
commit d7bd144b63
1 changed files with 5 additions and 0 deletions

@ -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<br />
You have been warned!
In a terminal, type:
````
sudo dpkg --add-architecture i386