Ubuntu 12.04.2 升级问题

Ubuntu 12.04.2 升级问题

在运行升级(Ubuntu Web 服务器)之前,我已运行apt-get auto-remove。升级继续进行但失败。目前无法连接到它。sudo networkmanager说:

command not found

无法运行apt-get installupgrade因为它说dpkg被中断并要求运行

dpkg  --configure -a

但这卡在了:

'Configuring postgresql-common' screen says 'the postgresql version 8.4 is obsolete...."

任何想法都值得赞赏。

答案1

这应该可以修复该问题:

sudo apt-get install -f
sudo apt-get remove postgresql-8.4
sudo dpkg --configure -a
sudo apt-get install postgresql-9.1

相关内容