如何在fedora 13.0上安装stardict

来源:互联网 发布:unity3d 全景图 编辑:程序博客网 时间:2024/05/22 06:43

安装stardic

(1) yum install stardict     //默认安装于目录/usr/share/stardict ,在/usr/bin 创建stardict可执行文件

安装之后,stardict并没有任可字典,需手动下载,

(2)在终端输入stardict运行stradict,右下角图标“go to the stardict web”下载所需词典,一般tar包形如“stardict*.tar.bz2”

(3) tar -xjvf stardict*.tar.bz2

(4)mv ./stardict*.tar.bz2 /usr/share/stardict/dic

(5重新启动stardict即可

 

为stardict创建桌面快键方式

一种方式,link  /usr/bin/stardic  /home/"用户名"/Desktop/stardic     //为其创建链接

另一种方式  右键-great launcher--command(选择/usr/bin/stardic)