Skip to content

Instantly share code, notes, and snippets.

@yamin27
Created November 11, 2018 04:30
Show Gist options
  • Save yamin27/5065d3b6d5e4caf2b7c5a6d36978044d to your computer and use it in GitHub Desktop.
Save yamin27/5065d3b6d5e4caf2b7c5a6d36978044d to your computer and use it in GitHub Desktop.
# checkout full Documentation here : https://github.com/maateen/avro
#install required package
sudo apt install gjs gir1.2-ibus-1.0 libibus-1.0-5 libibus-1.0-dev ibus-gtk ibus-gtk3 ibus-clutter ibus-qt4
# get avro file .deb
wget "https://github.com/maateen/avro/releases/download/v2.1/avro_2.1-3_all.deb"
# install avro
sudo dpkg -i avro_2.1-3_all.deb
# go to input method and select IBus (linux mint).
#restart ibus
ibus restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment