The debian's multiarch guide mentions this command: apt-get purge ".*:<arch>"
, which would look like this for i386
:
sudo apt-get purge ".*:i386"
You can then remove the architecture from dpkg:
sudo dpkg --remove-architecture i386
The debian's multiarch guide mentions this command: apt-get purge ".*:<arch>"
, which would look like this for i386
:
sudo apt-get purge ".*:i386"
You can then remove the architecture from dpkg:
sudo dpkg --remove-architecture i386