There is another way of lower risk:
sudo apt-get remove "^.*:i386$"
This will specifically match only packages ending with ":i386"
, which is the standard naming convention for all i386
architecture Debian packages.
There is another way of lower risk:
sudo apt-get remove "^.*:i386$"
This will specifically match only packages ending with ":i386"
, which is the standard naming convention for all i386
architecture Debian packages.