# 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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://huataihuang.gitbook.io/cloud-atlas-draft/os/linux/redhat/fedora/goldendict_for_chinese.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
