Skip to content

Instantly share code, notes, and snippets.

@bitbd83
Created January 10, 2022 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bitbd83/48e2c8d9780cea9b0e94cee117683aa5 to your computer and use it in GitHub Desktop.
Save bitbd83/48e2c8d9780cea9b0e94cee117683aa5 to your computer and use it in GitHub Desktop.
How to install Avro in Linux to write Bangla.

Please run these commands from the terminal. Never forget to be in relevant directory:

  1. wget "https://github.com/maateen/avro/releases/download/v2.0/avro_2.0-1_all.deb"
  2. sudo dpkg -i avro_2.0-1_all.deb

If you get any dependency error, then also run the following command:

  1. sudo apt-get install -fy
  2. sudo dpkg -i avro_2.0-1_all.deb

Go to System Settings -> Language Support from Unity Launcher Look at the Keyboard input method system Select IBus and close the window.

You need to restart IBus

  1. ibus restart

Now go to System Settings -> Keyboard -> Text Entry. Search and add Avro Phonetic as input source. That's all :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment