Answers for "install avro on linux ubuntu"

1

avro for ubuntu

sudo apt-get install ibus-avro
Posted by: Guest on May-05-2021
1

install avro on linux ubuntu

sudo apt install git libibus-1.0-dev automake autoconf make gjs ibus

git clone git://github.com/sarim/ibus-avro.git
cd ibus-avro
aclocal && autoconf && automake --add-missing
./configure --prefix=/usr
sudo make install
 
#Select an input method -> Bengali -> Avro
Posted by: Guest on May-24-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language