Created
November 11, 2018 04:30
-
-
Save yamin27/5065d3b6d5e4caf2b7c5a6d36978044d 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
# 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