I have no use to i386 programs anymore. I tried to remove all i386 packages but can't remove all.
Why I get that error and warning message?
How to force removing?
Why it is dangerous?
Code:
root@ic2:~# apt-get remove --purge `dpkg --get-selections | awk '/i386/{print $1}'`Reading package lists... DoneBuilding dependency tree... DoneReading state information... DoneThe following packages will be REMOVED: gcc-12-base:i386* libc6:i386* libcrypt1:i386* libgcc-s1:i386*WARNING: The following essential packages will be removed.This should NOT be done unless you know exactly what you are doing! libcrypt1:i386 libc6:i386 (due to libcrypt1:i386) libgcc-s1:i386 gcc-12-base:i386 (due to libgcc-s1:i386)0 upgraded, 0 newly installed, 4 to remove and 0 not upgraded.After this operation, 13.0 MB disk space will be freed.E: Removing essential system-critical packages is not permitted. This might break the system.
How to force removing?
Why it is dangerous?
Statistics: Posted by akuankkis — 2024-10-11 14:03 — Replies 3 — Views 92