Ubuntu14.04安装有道词典之前要更新系统:

1 sudo apt-get update
2 sudo apt-get upgrade
3 sudo apt-get dist-upgrade

  在有道官网下载ubuntu版本的有道词典(http://cidian.youdao.com/index-linux.html)。

  使用dpkg方式安装:

1 sudo dpkg -i youdao-dict_1.1.0-0-ubuntu_amd64.deb 

  修复依赖问题:

1 sudo apt-get install -f

  如果打不开字典,请执行如下命令:

1 sudo apt-get install qtdeclarative5-controls-plugin  

 

相关文章:

  • 2021-10-24
  • 2021-12-01
  • 2022-12-23
  • 2021-06-23
  • 2021-11-29
  • 2022-02-16
  • 2022-12-23
猜你喜欢
  • 2022-01-02
  • 2022-12-23
  • 2022-12-23
  • 2021-11-19
  • 2022-12-23
相关资源
相似解决方案