Offline dictionary for ubuntu 10.04

Why offline dictionary ..?
Anyway ubuntu 10.04 have dictionary by default. You can find the dictionary from Application → office → Dictionary. You can find the meaning of a english word using this. When you search for meaning of a word its communicate with online dictionary server for ex. dict.org then get the result. If you not having the Net connection / poor connection its useless. In this situation offline dictionary will helpful to you. For this you need to install dictionary server in your local ubuntu machine. here is how to do this.
How to install dictionary server in local ..?
Goto terminal and run the following commands
sudo apt-get install dictd
sudo apt-get install dict-gcide
sudo apt-get install dict-moby-thesaurus

dictd – This is the Dictionary server which supports DICT protocol.
dict-gcide – English Dictionary
dict-moby-thesaurus – thesaurus data source in English. This is an optional one

Yes now you are successfully installed a dictionary server. Now you need to add this server with your dictionary client.

How to add local dictionary to dictionary client ..?
Goto Dictionary then Edit → Preference

Click the “Add” button to add a new dictionary

Enter your local dictionary details.
Dictionary name : Default
Transport : Dictionary Server
Hostname : 127.0.0.1
Port : 2628

Thats all. Now you can search locally.

Update on 6th June 2011:
Now I found an application for offline Dictionary from ubuntu software center you can install it from here. Name is Artha .

Update on 20th November 2011:

Here I have given steps for installing dictionary server for a dictionary client such as “Gnome Dictionary”. Before Installing dictionary server make sure do have any dictionary client.

sudo apt-get install gnome-dictionary

this is the command for installing Gnome Dictionary.

No related posts.

Leave a comment ?

22 Comments.

  1. How to install in ubuntu 11.10?

    I have installed it using those commands but could not find where it is installed?

    • you can find this in Application –> Office –> Dictionary. If its not there try to install “sudo apt-get install gnome-dictionary”. Please see my update at the End.

  2. thanx a ton for your post……
    i helped me a lot
    can u also guide us on 1 thing
    :how to get the specified names of the applications
    i.e.in “sudo apt-get install dict-gcide” how to came to know about “dict-gcide”??

  3. It works wonderfully. Thank you for sharing.

  4. nice work…one stop install :)

  5. Thank you very much! This is very helpful and worked great.

  6. hi…
    i installed the dictionary by above command,
    but there is a problem that i am unable to find that dictionary on application->office directory
    i am using ubuntu 10.04 operating system.
    plz kindly help me.

    • I am also getting the same prob

      plz help me…..

      • For creating shortcut in Application

        Goto Main menu
        Create New item for dictionary in office
        command is ‘gnome-dictionary’

        before that make sure u have installed Gnome dictionary in ur machine. To install dictionary

        sudo apt-get install gnome-dictionary

  7. thanks a lot

  8. E: Could not open lock file /var/lib/dpkg/lock – open (13: Permission denied)
    E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?

    for me it didn’t work the message that shown was i gave above .

  9. thanks a lot. very helpful esp. when we are leaving the monopoly of windows.

  10. your the best dude…
    tnx a lot…

  11. thanks a lot sir.
    it is very helpful for every one.

  12. Nice work!

  13. elanchezhiyank

    thanks man.
    it worked.

  14. thank you very much sir…
    that was really helpful….

Leave a Comment