Ubuntu 11.10 软件中心停留在“应用更改”状态,更新管理器因安装错误而无法继续

Ubuntu 11.10 软件中心停留在“应用更改”状态,更新管理器因安装错误而无法继续

我遇到了一个问题,这个名为“Sandboxgamemaker”的应用程序。首先,它没有正确安装,因为软件中心停留在“应用更改”状态。当我打开更新管理器进行恢复时,它警告我不要继续,除非进行“部分更新”,这当然是针对安装不正确的 Sandboxgamemaker 应用程序。

在我这样做的时候,更新管理器停止了响应,我想手动执行此操作。所以我使用了以下命令

sudo dpkg --configure -a

无论是在更新管理器中还是在终端中,尽管尝试了以下所有给定的选项:

replace PlatinumArtsSandbox2.6.1/bin/jpeg.dll? [y]es, [n]o, [A]ll, [N]one, [r]ename:

到这里我印象比较深刻,如下图:

Processing triggers for python-central ...
Setting up sandboxgamemaker (2.6.1+dfsg-7) ...
Cleaned old data
--2012-07-25 18:05:21--  http:// sandboxgamemaker. com/sandbox/PlatinumArtsSandbox2.6.1Multiplatform.zip
Resolving sandboxgamemaker.com... 173.236.241.215
Connecting to sandboxgamemaker.com|173.236.241.215|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://  www.sandboxgamemaker. com/sandbox/PlatinumArtsSandbox2.6.1Multiplatform.zip [following]
--2012-07-25 18:05:23--  http:// www. sandboxgamemaker. com/ sandbox/PlatinumArtsSandbox2.6.1Multiplatform.zip
Resolving www. sandboxgamemaker. com... 173.236.241.215
Reusing existing connection to sandboxgamemaker.com:80.
HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable

The file is already fully retrieved; nothing to do.

replace PlatinumArtsSandbox2.6.1/bin/jpeg.dll? [y]es, [n]o, [A]ll, [N]one, [r]ename: 

答案1

得到答案了。

首先我使用了这个代码

sudo apt-get update --fix-missing

当它完成执行后,我尝试通过一个简单的

sudo dpkg -r –force-depends

最后

sudo dpkg --configure -a

宾果问题解决了!

非常感谢@UrFriendlyVirus

答案2

那么您可以尝试sudo apt-get update --fix-missing修复计算机上任何缺失的依赖项。:) 如果这不起作用,请尝试将其删除并重新安装。看看您是否遇到同样的问题。

相关内容