zoukankan      html  css  js  c++  java
  • Ubuntu16.04下的英文词典Artha

    地址: 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文件安装, 如果有gdebi就用gdebi, 没有就用dpkg -i, 缺的词典等可以用 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 关闭, 很方便

    运行截图

     

    Update 2018-05-09 现在ppa下还没有 18.04 对应的版本, 如果添加后无法安装的可以通过以下方式移除ppa源

    # se the --remove flag, similar to how the PPA was added:
    sudo add-apt-repository --remove ppa:whatever/ppa
    
    #As a safer alternative, you can install ppa-purge:
    sudo apt-get install ppa-purge
    
    #And then remove the PPA, downgrading gracefully packages it provided to packages provided by official repositories:
    sudo ppa-purge ppa:whatever/ppa
  • 相关阅读:
    2、消失的路由,源码的解析基础
    1、v1 与 v2的比较
    uwp 之后台音频
    uwp 之多媒体开发
    UWP 动画之路径
    uwp 动画之圆的放大与缩小
    uwp 中的动画
    C# 输入法
    uwp 之资源的访问
    uwp 之吐司 toast
  • 原文地址:https://www.cnblogs.com/milton/p/8881750.html
Copyright © 2011-2022 走看看