Skip to content

Instantly share code, notes, and snippets.

@bitbd83
Created January 10, 2022 21:20
Show Gist options
  • Save bitbd83/48e2c8d9780cea9b0e94cee117683aa5 to your computer and use it in GitHub Desktop.
Save bitbd83/48e2c8d9780cea9b0e94cee117683aa5 to your computer and use it in GitHub Desktop.

Revisions

  1. bitbd83 created this gist Jan 10, 2022.
    17 changes: 17 additions & 0 deletions How to install Avro in Linux.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@

    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 :)