Skip to content

Instantly share code, notes, and snippets.

@rodrigomelo9
Created April 14, 2022 11:48
Show Gist options
  • Save rodrigomelo9/f1478208ad24b2e837204f5578540ec4 to your computer and use it in GitHub Desktop.
Save rodrigomelo9/f1478208ad24b2e837204f5578540ec4 to your computer and use it in GitHub Desktop.
Remove i386 in Debian/Ubuntu

Optional checks:

dpkg --print-foreign-architectures
dpkg -l | grep i386

Remove:

apt-get purge ".*:i386"
dpkg --remove-architecture i386
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment