Remove i386 arch ubuntu apt packages from amd64 system:


*This is good if you uninstalled steam or another x86 32bit + 64bit system needed app on an Ubuntu 24.04 System.
  1. sudo apt-get purge ".*:i386" --allow-remove-essential
  2. sudo dpkg --remove-architecture i386


Sources: Superuser, r/Debian
Date: October 10th 2024

Back