openyoudao 是个 python 编写的有道词典 linux 客户端
可以用在 Fedora 23
1. openyoudao 下载
$ cd ~
$ su
$ dnf install git
# 下载 openyoudao
$ git clone https://github.com/justzx2011/openyoudao.git
2. 安装依赖软件包
$ dnf install python3
$ dnf install python-xlib python-lxml
$ dnf install pywebkitgtk
$ dnf install python-beautifulsoup
$ dnf install xclip inotify-tools
$ dnf install curl
3. 安装 openyoudao
# 移 ~/openyoudao/scripts/* 到 /usr/bin/openyoudao
$ mv openyoudao/scripts/* /usr/bin
$ chmod 755 /usr/bin/openyoudao
# 移 ~/openyoudao/*.py 到 /usr/lib/openyoudao
$ mkdir /usr/lib/openyoudao
$ cp openyoudao/*.py /usr/lib/openyoudao
$ chmod 644 /usr/lib/openyoudao/*.py
# 移 ~/openyoudao/cache/* 到 /usr/share/openyoudao
$ mkdir /usr/share/openyoudao
$ cp -rf openyoudao/cache/* /usr/share/openyoudao
$ chmod 777 /usr/share/openyoudao/*.html
## $ chmod 777 /usr/share/openyoudao/history.cache
# 移 ~/openyoudao/desktop/openyoudao.desktop 到 /usr/share/applications
$ cp openyoudao/desktop/openyoudao.desktop /usr/share/applications/
$ chmod 644 /usr/share/applications/openyoudao.desktop
4. openyoudao 发音问题
Fedora 23 - MP3 媒体播放
http://jasonmun.blogspot.my/2016/05/fedora-23-mp3.html
5. 卸载 openyoudao
$ rm -rf /usr/share/applications/openyoudao.desktop
$ rm -rf /usr/share/openyoudao
$ rm -rf /usr/lib/openyoudao
$ rm -rf /usr/bin/openyoudao
没有评论:
发表评论