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.
- sudo apt-get purge ".*:i386" --allow-remove-essential
- sudo dpkg --remove-architecture i386
Sources: Superuser,
r/Debian
Date: October 10th 2024
Back