跳过获取配置文件 - 不支持架构“i386”

Sim*_*001 3 updates package-management apt dpkg

当我尝试更新我的 Ubuntu 18.04 时,

我收到以下消息:

阅读包裹清单...完成
N:跳过获取配置文件“universe/binary-i386/Packages”作为存储库“https://repos.codelite.org/ubuntu disco InRelease”不支持架构“i386”

这是什么意思?

我已经提到了这个问题(跳过配置文件 'main/binary-i3860/Packages' 的获取),但是通过删除架构 'i3860' 我不确定它会做得更好。

有没有其他方法可以删除此类消息?

谢谢你的热心帮助。真的很感激

hey*_*ema 5

您有 Ubuntu 版本bionic,但正在寻找 Ubuntu 文件disco

找到包含repos.codelite.org...的文件

terminal...

cd /etc/apt # 改变目录

grep -i repos.codelite.org sources.list # 看看它是否在这个文件中

grep -i repos.codelite.org sources.list.d/*.list # 查看它是否在这些文件之一中

sudo -H gedit found_file_name.list # 编辑找到的 .list 文件

更改包含“repos.codelite.org”的行:

deb http://xxxxxxxxxx disco xxxx
Run Code Online (Sandbox Code Playgroud)

到:

deb [arch=amd64] http://xxxxxxxxx bionic xxxx
Run Code Online (Sandbox Code Playgroud)

注意:如果您disco在 .list 文件中有任何其他引用,请将它们更改为bionic.