阅读

package architecture (i386) does not match system (amd64)

Debian  2016-07-26 17:02

64位系统安装软件时提示错误:package architecture (i386) does not match system (amd64)

解决流程:

1,查询当前系统架构:

# dpkg --print-architecture

2,添加 i386架构

# dpkg --add-architecture i386

3,更新源

# apt-get update

4,安装ia32-libs

# apt-get install ia32-libs