Rong Martin-Siebler ZHOU

BUGs

Error : The configured file ‘main/binary-i386/Packages’ will not be taken into account because the repository does not support the ‘i386’ architecture.

The error message is telling you that the repository in question is only built for 64‑bit systems (amd64, arm64) and doesn’t provide packages for the i386 architecture** (32‑bit), so if your system is configured as i386, the repo simply ignores it. 🛠️ Why This Happens * Your APT sources

By Rong Martin-Siebler ZHOU