首页 > 系统服务 > 详细

Ubuntu16.04下的英文词典Artha

时间:2018-04-19 13:12:42      阅读:544      评论:0      收藏:0      [点我收藏+]

地址: http://artha.sourceforge.net  http://artha.sourceforge.net/wiki/index.php/Download 在Ubuntu下可以直接安装, 但不是最新版本

sudo apt-get install artha

可以添加PPA后安装最新版本

$ sudo apt-add-repository ppa:legends2k/artha
# This will prompt you to accept adding the PPA‘s keys to your system. Accept it by pressing RETURN. Once this is done, update the package data and install Artha.
$ sudo apt-get update
$ sudo apt-get install artha

也可以直接下载deb文件安装, 注意不要用dpkg, 要用gdebi, 中招的可以用 sudo apt-get install -f 修复依赖

$ sudo gdebi artha_1.0.3-1_i386.deb
# Please use gdebi to install this deb package. Do not use dpkg, since it does not have the ability to automatically resolve dependencies and will lead to broken dependencies

除了基本词义和例句外, 还有同义词, 反义词, 派生词等信息, 可以用快捷键 Ctrl + Alt + W 呼出, 用Esc / Alt+F4 关闭, 很方便

运行截图

 技术分享图片

Ubuntu16.04下的英文词典Artha

原文:https://www.cnblogs.com/milton/p/8881750.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!