Install Avro on Ubuntu 16.04 LTS
This video demonstrates the installation procedure of ibus-Avro in Ubuntu 16.04 LTS
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.
Detailed instructions- http://askubuntu.com/questions/764706/how-to-install-ibus-avro-in-ubuntu-16-04-lts
ibus-Avro- http://linux.omicronlab.com
ubuntu