Created
July 28, 2017 18:16
-
-
Save na5imuzzaman/7509754b6c61bcd79fc1b09c5949018f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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