Google compute engine 关于debian喘息和未满足依赖性的libc6

Google compute engine 关于debian喘息和未满足依赖性的libc6,google-compute-engine,Google Compute Engine,我正在尝试安装一些具有一系列依赖项的软件包,最终需要在底部安装libc6和libc6-dev 我在GCE中有几台机器安装了debian wheezy(新安装),在尝试安装libc6 dev时出现以下错误: # apt-get install libc6-dev Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not

我正在尝试安装一些具有一系列依赖项的软件包,最终需要在底部安装libc6和libc6-dev

我在GCE中有几台机器安装了debian wheezy(新安装),在尝试安装libc6 dev时出现以下错误:

# apt-get install libc6-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libc6-dev : Depends: libc6 (= 2.13-38) but 2.17-93ubuntu4 is to be installed
             Depends: libc-dev-bin (= 2.13-38)
E: Unable to correct problems, you have held broken packages.


# apt-cache policy libc6  
libc6:
  Installed: 2.17-93ubuntu4
  Candidate: 2.17-93ubuntu4
  Version table:
 *** 2.17-93ubuntu4 0
        100 /var/lib/dpkg/status
     2.13-38 0
        500 http://gce_debian_mirror.storage.googleapis.com/ wheezy/main amd64 Packages
        500 http://http.debian.net/debian/ wheezy/main amd64 Packages

# apt-cache policy libc6-dev
libc6-dev:
  Installed: (none)
  Candidate: 2.13-38
  Version table:
     2.13-38 0
        500 http://gce_debian_mirror.storage.googleapis.com/ wheezy/main amd64 Packages
        500 http://http.debian.net/debian/ wheezy/main amd64 Packages


# cat /etc/apt/sources.list
deb     http://gce_debian_mirror.storage.googleapis.com/ wheezy         main
deb-src http://gce_debian_mirror.storage.googleapis.com/ wheezy         main
deb     http://http.debian.net/debian wheezy         main
deb-src http://http.debian.net/debian wheezy         main
deb     http://security.debian.org/   wheezy/updates main
deb-src http://security.debian.org/   wheezy/updates main
我查了一下libc6-2.17-93ubuntu4版本,它看起来像是用来调皮的,不是用来喘息的

这是因为谷歌使用的自定义喘息内核吗

关于如何安装这些软件包有什么建议吗


谢谢。

我刚刚创建了一个新的wheezy实例,并执行了一个“apt-get-install-libc6-dev”,没有任何问题。我认为您的另一个包导致了依赖冲突

注入的内核未连接到apt get,因此不会导致依赖项安装问题