Created
January 15, 2013 09:30
-
-
Save aminin/4537504 to your computer and use it in GitHub Desktop.
English Russian Full Dictionary for Stardict on Ubuntu 12.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Установка англо-русского словаря на Ubuntu | |
sudo apt-get install stardict | |
wget http://sourceforge.net/projects/xdxf/files/dicts-stardict-form-xdxf/002c/stardict-comn_sdict05_eng_rus_full-2.4.2.tar.bz2/download | |
tar -xjf download | |
sudo mv stardict-eng_rus_full-2.4.2/ /usr/share/stardict/dic/ | |
sudo chmod -R a+r /usr/share/stardict/dic/ | |
# Спасибо http://forum.ubuntu.ru/index.php?topic=2587 и http://sourceforge.net/projects/xdxf/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Работает на Ubuntu 18.04