Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

Is it possible to type Malayalam language in Ubuntu? If yes, what should I do to type Malayalam in Ubuntu?

share|improve this question

1 Answer

up vote 5 down vote accepted
  1. Install ibus first.

    sudo apt-get install ibus
    

    or click this

  2. Install the m17n library which holds the indic fonts (includes good old malayalam).

    sudo apt-get install ibus-m17n m17n-contrib
    

    or click this then this

  3. Go to SystemPreferencesIbus preferences

  4. Take the ‘input method’ tab.

  5. From the drop down menu select an input method, choose malayalamswanalekha and then click on add.

  6. Open up a text editor, hit ctrl+space to change the language and type away.

share|improve this answer

protected by Community Jan 27 at 9:32

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.