国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統(tǒng) > Linux > 正文

ubuntu中星際譯王字典安裝

2024-08-28 00:16:48
字體:
供稿:網(wǎng)友

#! /bin/bash

# install stardict

if [[ -f $(which stardict) ]]

then

    echo ""

    echo "You have stardict installed."

    echo ""

    echo "Downloading dictionary files ... "

    echo ""

    sleep 3

else

    sudo apt-get install stardict -y

    echo "Now stardict has been installed."

    echo ""

    echo "Downloading dictionary files ... "

    echo ""

    sleep 3

fi

# Definations

passwd="Ubuntu:ubuntuftp"

url="http://$passwd@ftp.ubuntu.org.cn/stardict.sourceforge.net"

dir="$HOME/.stardict/dic"

# 通用詞典選有:21世紀雙向,朗道,韋氏,牛津,朗文,計算機專業(yè)

dict_1="stardict-21shijishuangxiangcidian-2.4.2.tar.bz2"

dict_2="stardict-langdao-ce-gb-2.4.2.tar.bz2"

dict_3="stardict-langdao-ec-gb-2.4.2.tar.bz2"

dict_4="stardict-merrianwebster-2.4.2.tar.bz2"

dict_5="stardict-oxford-gb-2.4.2.tar.bz2"

dict_6="stardict-longman-2.4.2.tar.bz2"

dict_7="stardict-computer-2.4.2.tar.bz2"

if [ ! -d $dir ]

then

    mkdir -p $dir

fi

for dict in $dict_1 $dict_2 $dict_3 $dict_4 $dict_5 $dict_6 $dict_7

do

    wget -c $url/$dict -P $HOME && tar jxf $HOME/$dict -C $dir

    rm -rf $HOME/$dict

    echo ""

done

echo "Run 'stardict &' in terminal,enjoy it."

echo ""

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 牡丹江市| 海原县| 三穗县| 青铜峡市| 恩施市| 和平区| 泸西县| 祁连县| 会理县| 仙桃市| 曲沃县| 开封县| 宜兴市| 柯坪县| 惠水县| 汉川市| 石门县| 大邑县| 景德镇市| 邹城市| 彭山县| 双辽市| 海淀区| 达州市| 韩城市| 湖北省| 五大连池市| 娄烦县| 湘潭县| 陇西县| 新竹市| 洛浦县| 旬邑县| 浪卡子县| 古丈县| 滦南县| 廉江市| 嘉黎县| 富裕县| 阳朔县| 盐津县|