我有问题把Kubuntu 14.04升级到14.10,我查了之前关于这个问题的所有问题,但是没有什么帮助。我遇到的问题是一样的,要么我尝试使用命令行更新,要么使用Muon管理器更新。在这里,屏幕截图:







以下是/etc/apt/sources.list的内容:
#############################################################
################### OFFICIAL UBUNTU REPOS ###################
#############################################################
###### Ubuntu Main Repos
deb http://fr.archive.ubuntu.com/ubuntu/ trusty restricted universe multiverse
###### Ubuntu Update Repos
deb http://fr.archive.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty-proposed main restricted universe multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverseapt-cache policy ubuntu-minimal输出
ubuntu-minimal: Installed: 1.325 Candidate: 1.325 Version table: *** 1.325 0 500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages 100 /var/lib/dpkg/status发布于 2015-04-22 14:07:51
我无法升级我的Kubuntu桌面。但是我发现在/var/ log /dist-升级/main.log中有一个日志文件,它提供了关于问题所在的更多信息。就我来说,上面写着“
2015-04-20 16:53:19,408 DEBUG blacklist expr '^postgresql-.*[0-9]\.[0-9].*' matches 'postgresql-9.3-postgis-2.1'
2015-04-20 16:53:19,408 DEBUG The package 'postgresql-9.3-postgis-2.1' is marked for removal but it's in the removal blacklist
2015-04-20 16:53:19,440 ERROR Dist-upgrade failed: 'The package 'postgresql-9.3-postgis-2.1' is marked for removal but it is in the removal blacklist.'
2015-04-20 16:53:19,445 DEBUG abort called这意味着问题在于,postGIS正在干扰PostgreSQL从不删除旧版本而只是并行安装新版本的方式。OP可能有不同的问题,但该日志文件可能有助于发现问题所在。
https://askubuntu.com/questions/554888
复制相似问题