I have a freshly installed XUbuntu 20.04.3 and I wanted to install support for running i386 programs by running:
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
(as stated at Installing 32-bit libraries on Ubuntu 14.04 LTS 64-bit )
The command 'install' tells me that it will remove tons of packages (alphabetically starting with accountsservice acl acpi-support acpid adduser adwaita-icon-theme alsa-base alsa-utils anacron apparmor apport) also with message "WARNING: The following essential packages will be removed." with packages like 'apt adduser' and so on.
My question is - why does this happen? What is going on? I did not have that problem on my previous Ubuntu's.
How to avoid removing essential packages and be able to run i386 programs?