相关疑难解决方法(0)

如何禁用多架构支持?

我不想安装任何 i386 包。有什么办法可以禁用功能吗?

package-management multiarch

48
推荐指数
4
解决办法
7万
查看次数

为什么 i386 软件包会自动安装在 64 位机器上?

我在 64 位计算机上运行 Trusty Desktop,因此如果我查询已安装的软件包,例如:

$ dpkg-query -l gcc* | grep 'ii '
ii  gcc                      4:4.8.2-1ubuntu6        amd64        GNU C compiler
ii  gcc-4.8                  4.8.4-2ubuntu1~14.04    amd64        GNU C compiler
ii  gcc-4.8-base:amd64       4.8.4-2ubuntu1~14.04    amd64        GCC, the GNU Compiler Collection (base package)
ii  gcc-4.8-base:i386        4.8.4-2ubuntu1~14.04    i386         GCC, the GNU Compiler Collection (base package)
ii  gcc-4.8-doc              4.8.4-2ubuntu1~14.04    all          Documentation for the GNU compilers (gcc, gobjc, g++)
ii  gcc-4.8-multilib         4.8.4-2ubuntu1~14.04    amd64        GNU C compiler (multilib files)
ii  gcc-4.9-base:amd64       4.9.1-0ubuntu1          amd64        GCC, the GNU Compiler Collection (base …
Run Code Online (Sandbox Code Playgroud)

64-bit 32-bit software-installation

5
推荐指数
1
解决办法
566
查看次数