Steam 说我缺少“libc.so.6”,即使它在我的库文件夹中

Steam 说我缺少“libc.so.6”,即使它在我的库文件夹中

我之前也问过类似的问题,但我找到的解决方案都没有用,我认为我的问题不同,因为它更像是 Steam 没有检测到库。确切的错误消息:

您缺少以下 32 位库,Steam 可能无法运行:libc.so.6

当我尝试运行的时候sudo apt-get install libc6:i386,它返回以下内容:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
libc6:i386 is already the newest version (2.23-0ubuntu3).
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 gcc-5-multilib : Depends: libc6-dev-i386 (>= 2.11) but it is not going to be installed
 libc6-dev-x32 : Depends: libc6-dev-i386 (= 2.23-0ubuntu3) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

我已尝试apt-get -f install,但返回此错误:

dpkg: error processing archive /var/cache/apt/archives/libc6-dev-i386_2.23-0ubuntu3_amd64.deb (--unpack):
 trying to overwrite '/usr/include/bits', which is also in package libc6-dev-amd64:i386 2.23-0ubuntu3
Errors were encountered while processing:
 /var/cache/apt/archives/libc6-dev-i386_2.23-0ubuntu3_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

看起来我的问题是该文件在那里,但由于某种原因它没有被 Steam 检测到。

相关内容