当在ubuntu上安装wine后,再安装其他软件,可能会出现如下问题:

 

错误信息如下:

“An unhandlable error occured

There seems to be a programming error in aptdaemon, the software that allows you to install/remove software and to perform other package management related tasks. Please report this error at http://launchpad.net/aptdaemon/+filebug and retry.”

 

原因是你在terminal上安装wine的时候,会出现一个End User License Agreement (EULA)对话框,此时点任何按键都无法响应,只能强行退出导致安装出现问题。

 

解决方法是:

1.  update your ttf-mscorefonts-installer package

     steps:

        1)enter Synaptic Package Manager

        2)find ttf-mscorefonts-installer package and marked it for upgrade

        3)apply

2.  sudo apt-get install ubuntu-restricted-extras  OR

     sudo apt-get install ttf-mscorefonts-installer

 

参考网址:http://forum.ubuntu.org.cn/viewtopic.php?t=332288