红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Ubuntu

UBUNTU学习笔记:解压winrar压缩包和安装星际译王

发布时间:2008-02-10 11:43:30来源:红联作者:Goando
ubuntu默认安装后不能解压WINRAR文件,所以需要个帮手:

sudo apt-get install rar

然后就可以正常查看.rar文件了

ubuntu下有没有像金山词霸一样的工具呢?

sudo apt-get install stardict

安装星际译王
然后去http://stardict.sourceforge.net/Dictionaries_zh_CN.php

下载词典,在用sudo mv或sudo cp命令(因为有权限问题)把解压后的文件拷贝到/usr/share/stardict/dic就可以了!
文章评论

共有 1 条评论

  1. aronmalache 于 2008-02-10 13:13:00发表:

    还要安装一个用来解压.rar文件的工具:
    sudo apt-get install unrar
    其他的工具还有7-zip
    sudo apt-get install p7zip