> For the complete documentation index, see [llms.txt](https://huataihuang.gitbook.io/cloud-atlas-draft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://huataihuang.gitbook.io/cloud-atlas-draft/os/linux/redhat/fedora/goldendict_for_chinese.md).

# GoldenDict和英中字典设置

在Linux下工作的中国人，阅读英文难免需要借助字典。推荐使用[GoldenDict](https://github.com/goldendict/goldendict)，并且在主要发行版本都已包含。

在Fedora上安装软件非常简单，GoldenDict基于Qt开发，所以在LXQt环境运行非常顺畅：

```
sudo yum install goldendict
```

不过，软件需要字典，字典是有版权，或者有一些第三方维护的开放版本，安装方法比较简单，将下载的字典存放到目录下，然后在goldendict中指定字典目录就可以。

另外，也可以尝试开源的有道辞典[opneyoudao](http://openyoudao.org/)

## 参考

* [goldendict下优质词典简介及安装](https://blog.yuanbin.me/posts/2013/01/goldendictxia-san-da-you-zhi-ci-ku-shi-yong-xiao-ji.html)
