justzx2011 / openyoudao

openyoudao is a youdao client for linux.有道字典在Linux下的客户端,目前程序已经进入aur源,并支持Debian/Ubuntu fedora/centos 等常用发行版linux
http://openyoudao.org
MIT License
267 stars 87 forks source link

Ubuntu 无法安装最新版 #41

Closed i2000s closed 10 years ago

i2000s commented 10 years ago

以前安装过openyoudao--就是只有大拇指那个版本。今天在尝试通过Ubuntu的源安装更新v0.3版,结果终端提示软件已是最新版。此次所有操作均按照README上面的提示操作,中间没有错误提示。希望能得到开发者们确认该安装方法是否需要更新。谢谢。

justzx2011 commented 10 years ago

需要先删除/etc/apt/sources.list中v0.1对应的两条源地址,添加新的list: deb http://ppa.launchpad.net/justzx2011/openyoudao-v0.3/ubuntu trusty main deb-src http://ppa.launchpad.net/justzx2011/openyoudao-v0.3/ubuntu trusty main

sudo apt-get update sudo apt-get install openyoudao

i2000s commented 10 years ago

以前的两条地址确实已经删除了。结果无法更新。我使用的系统是Ubuntu12.10,而且试过将“trusty”改为“precise”,结果同样不能更新。

justzx2011 commented 10 years ago

sudo apt-get purge openyoudao 先删除 再更新 sudo apt-get install openyoudao

2014-07-02 11:58 GMT+08:00 Qi notifications@github.com:

以前的两条地址确实已经删除了。结果无法更新。

— Reply to this email directly or view it on GitHub https://github.com/justzx2011/openyoudao/issues/41#issuecomment-47735076 .

http://openyoudao.org/

justzx2011 commented 10 years ago

可以先卸载,试试setup.py安装 git clone https://github.com/justzx2011/openyoudao python setup.py build sudo python setup.py install

i2000s commented 10 years ago

purge--> install successed. Thanks. Wish you can add this command to the README file. It would be helpful to others :)