无法找到包 gcc-4.6-base:i386

Unable to locate package gcc-4.6-base:i386

我在使用 运行 安装先决条件包的脚本时遇到问题,它需要 gcc-4.6-base:i386,并且不知道如何使用 aptitude 或类似的东西安装它。作为参考,我目前是 运行 Ubuntu 5.4.0-6ubuntu1~16.04.2。我收到的错误消息是:

E:  Unable to locate package gcc-4.6-base:i386
E:  Couldn't find any package by glob 'gcc-4.6-base'
E:  Couldn't find any package by regex 'gcc-4.6-base' 

看起来可以找到二进制包 here. Furthermore, I've tried this out but to no avail. I've also done multiple rounds of sudo apt-get update and sudo apt-get install. For reference, this is an Ardupilot project and I'm following along here,卡在 运行 脚本 Tools/scripts/install-prereqs-ubuntu.sh -y

感谢所有帮助,如果需要,我很乐意提供更多信息。谢谢!

原来所有这些不兼容都是因为我需要 Ubuntu 14.04 的 32 位 (i386) 版本,而不是 Ubuntu 16.04 的 64 位版本。