How to setup, and remove, multiarch in Debian Jessie
How to install i386
There are some times when you want to install a package that is labelled as ‘i386’. Unless your system is set up to use ‘multiarch’ you won’t be able to install it.
- So to set up multiarch you just do
sudo dpkg --add-architecture i386
, - Then ...