Skip to content

Instantly share code, notes, and snippets.

@na5imuzzaman
Created July 28, 2017 18:16
Show Gist options
  • Save na5imuzzaman/7509754b6c61bcd79fc1b09c5949018f to your computer and use it in GitHub Desktop.
Save na5imuzzaman/7509754b6c61bcd79fc1b09c5949018f to your computer and use it in GitHub Desktop.
First open up Terminal and run the following commands serially-
1. wget 'https://github.com/ugcoder/avro/releases/download/v2.0/avro_2.0-1_all.deb'
2. sudo dpkg -i avro_2.0-1_all.deb
now if you see any dependency error, then also run the third command
3. sudo apt-get install -fy
Avro should be installed on your system by now. Now go to Settings - Language Support and check whether ibus is selected as the default input method. Now from Terminal restart ibus by typing ibus restart.
Now again go to Settings - Keyboard - Text Entry and add Avro as the input source.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment