刚刚升级到了7.10,使用的方式是系统->管理->更新里面的升级到7.10的选项,按照系统提示进行的。升级过程中报告ubuntu- keyring出错,后来升级中断。重启机器后无法进入图形界面,使用sudo dpkg-reconfigure xserver-xorg恢复后,终于进入了图形界面。但是发现之前的fcitx无法继续使用。
尝试重新安装fcitx,系统提示如下错误信息:
Setting up ubuntu-keyring (2007.06.11) ...
gpg: symbol lookup error: /usr/local/lib/libreadline.so.5: undefined symbol: PC
gpg: symbol lookup error: /usr/local/lib/libreadline.so.5: undefined symbol: PC
dpkg: error processing ubuntu-keyring (--configure):
subprocess post-installation script returned error exit status 127
dpkg: dependency problems prevent configuration of ubuntu-minimal:
ubuntu-minimal depends on ubuntu-keyring; however:
Package ubuntu-keyring is not configured yet.
dpkg: error processing ubuntu-minimal (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
ubuntu-keyring
ubuntu-minimal
E: Sub-process /usr/bin/dpkg returned an error code (1)
重新安装ubuntu-keyring,系统提示和上面相同的错误信息。
怎么能把上面的错误修正好呢?请大家帮帮忙,多谢了!
求助:升级7.10出错
-
- 帖子: 123
- 注册时间: 2007-05-29 5:20
-
- 帖子: 123
- 注册时间: 2007-05-29 5:20
- fengluo
- 帖子: 11
- 注册时间: 2007-04-09 21:35
- 联系:
Re: 求助:升级7.10出错
引用回复armeria 写了:刚刚升级到了7.10,使用的方式是系统->管理->更新里面的升级到7.10的选项,按照系统提示进行的。升级过程中报告ubuntu- keyring出错,后来升级中断。重启机器后无法进入图形界面,使用sudo dpkg-reconfigure xserver-xorg恢复后,终于进入了图形界面。但是发现之前的fcitx无法继续使用。
尝试重新安装fcitx,系统提示如下错误信息:
Setting up ubuntu-keyring (2007.06.11) ...
gpg: symbol lookup error: /usr/local/lib/libreadline.so.5: undefined symbol: PC
gpg: symbol lookup error: /usr/local/lib/libreadline.so.5: undefined symbol: PC
dpkg: error processing ubuntu-keyring (--configure):
subprocess post-installation script returned error exit status 127
dpkg: dependency problems prevent configuration of ubuntu-minimal:
ubuntu-minimal depends on ubuntu-keyring; however:
Package ubuntu-keyring is not configured yet.
dpkg: error processing ubuntu-minimal (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
ubuntu-keyring
ubuntu-minimal
E: Sub-process /usr/bin/dpkg returned an error code (1)
重新安装ubuntu-keyring,系统提示和上面相同的错误信息。
怎么能把上面的错误修正好呢?请大家帮帮忙,多谢了!
sudo fc-cache -fv 2>&1 | grep failed | cut -f1 -d":" | xargs -i sudo touch {} && sudo fc-cache -fv
-
- 帖子: 1
- 注册时间: 2008-12-11 17:02
Re: 求助:升级7.10出错
$cd /usr/local/lib/
$ sudo rm /usr/local/lib/libreadline.so.5
$ sudo rm libreadline.so
$ sudo apt-get install -f
$ sudo apt-get autoclean
试试 !!
$ sudo rm /usr/local/lib/libreadline.so.5
$ sudo rm libreadline.so
$ sudo apt-get install -f
$ sudo apt-get autoclean
试试 !!