Tag: 升级到

apt-get升级期间的错误

使用sudo apt-get update; sudo apt-get upgrade sudo apt-get update; sudo apt-get upgrade ,我总是收到以下错误消息(有时不止一次): Processing triggers for libc-bin … ldconfig deferred processing now taking place /sbin/ldconfig.real: /usr/lib32/libstdc++.so.6.0.18-gdb.py is not an ELF file – it has the wrong magic bytes at the start. /sbin/ldconfig.real: /usr/lib/libisl.so.10.1.1-gdb.py is not an ELF file – it has the wrong magic bytes […]

包裹被保留了下来

我尝试了aptitude -y safe-upgrade和apt-get upgrade -f但在这两种情况下,我得到: Reading package lists… Done Building dependency tree Reading state information… Done The following packages have been kept back: … (long list) 0 packages upgraded, 0 newly installed, 0 to remove and 903 not upgraded. 我想这是由于我试图更新我的系统的几个hacks(试图解决这个问题)。 我现在的问题是:他们为什么要留下来? 我该怎么做才能安装它们? 在类似的问题上 ,我得到了建议,只需使用apt-get dist-upgrade 。 但是,由于以下原因,我现在失败了: E: Could not perform immediate configuration on ‘util-linux’.Please […]

apt-get升级卡在同一个包中

当前状态 我开始怀疑这不是Ubuntu问题,而是与我工作中的互联网连接有关。 直到我确定,我在下面留下我的问题: 原始问题 我卡住了,无法升级我的系统。 运行sudo apt-get upgrade会给我以下内容: mmm@alalunga:~$ sudo apt-get upgrade Reading package lists… Done Building dependency tree Reading state information… Done The following packages have been kept back: ginn libgrip0 linux-generic-pae linux-headers-generic-pae linux-image-generic-pae The following packages will be upgraded: apport apport-gtk bind9-host build-essential dhcp3-client dhcp3-common dnsutils eog evince evince-common firefox firefox-branding firefox-dbg firefox-globalmenu […]

未满足的依赖项:尚未配置

linux-image-server depends on linux-image-3.2.0-39-generic; however: Package linux-image-3.2.0-39-generic is not installed. dpkg: error processing linux-image-server (–configure): dependency problems – leaving unconfigured No apport report written because the error message indicates its a followup error from a previous failure. dpkg: dependency problems prevent configuration of linux-server: linux-server depends on linux-image-server (= 3.2.0.39.47); however: Package linux-image-server is not […]

由于依赖性和配置问题导致内核安装失败导致apt和dpkg失败

我见过一些类似的问题,但我见过的都没有解决我的问题。 在Ubuntu 12.04上从linux-image-3.2.0-36-generic到linux-image-3.2.0-38-generic进行内核升级时发生错误。 使用3.2.0-38启动时,引导时会发生内核3.2.0-38 。 在3.2.0-36下启动,系统正常启动。 但是,当我尝试删除干净或配置受影响的内核包时,它会引发以下错误: Reading package lists… Done Building dependency tree Reading state information… Done You might want to run ‘apt-get -f install’ to correct these: The following packages have unmet dependencies: initramfs-tools : Depends: initramfs-tools-bin (< 0.99ubuntu13.1~) but 0.99ubuntu13.1 is to be installed E: Unmet dependencies. Try 'apt-get -f install' with […]