当在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

相关文章:

  • 2021-11-30
  • 2022-01-17
  • 2021-06-20
  • 2021-12-23
  • 2021-12-12
  • 2022-01-02
  • 2021-09-08
猜你喜欢
  • 2021-11-21
  • 2021-09-20
  • 2021-05-26
  • 2021-12-31
  • 2022-12-23
  • 2023-01-04
  • 2021-09-25
相关资源
相似解决方案