

Note: Chowmein is not avail in my source list, but then again I try to avoid too many package installation at anytime to keep things simpler. Now configure it with /usr prefix./configure -prefix=/usrįinally install using the following command. automake -add-missingĬonfigure.ac:6: installing `./install-sh'Ĭonfigure.ac:6: installing automake you can see, I still got an error on automake -add-missing but after running automake separately and then running automake -add-missing, it worked. Use the following steps and run one command at a time. aclocal & autoconf & automake -add-missing So instead of running the whole command in one line, I ran them one at a time. I found a small workaround which seems to work. Upon testing, I found that the usual command provided by Omicron Lab in Kali v1.0.9 does work and throws an error. git clone cd 3 – Compile, configure and Install ibus-avro We installed GIT in the previous command. Git Cloning is easy, copy one command at a time.
HOW TO INSTALL BANGLA KEYBOARD AVRO DOWNLOAD
The whole install is just 11MB for a fully updated Kali Linux (or Debian LMDE for name-say)īecause Omicron Lab never released a packaged file or repo for Debian based distroes, we need to download the actual files from Git, compile and install them. Note: I removed gir1.2-gjsdbus-1.0 and added ibus-1.0 as gir1.2-gjsdbus-1.0 is not available in Debian based releases and can safely be replaced with ibus-1.0. Use the command as shown below: apt-get install git ibus libibus-1.0-dev automake autoconf gjs gir1.2-ibus-1.0 ibus-1.0 You need to install the following packages. This guide would work for any Debian variants (and Kali ofc). I use Kali Linux which is based on Debian Linux. I’ve searched and tried enough method and came up with the best solution.

Problem is, some packages are not available in Debian, Kali, LMDE, Mint or got a different name. “You’ll need all related build tools like automake, autoconf etc… and Latest IBus from git compiled with gobject-introspection support enabled.” Usual installation or README file dictates that you install the following Standard packages (tested for Ubuntu 12.04) apt-get install git libibus-1.0-0 libibus-1.0-dev ibus automake autoconf gjs gir1.2-gjsdbus-1.0 gir1.2-ibus-1.0įor other linux distributions all it says that

HOW TO INSTALL BANGLA KEYBOARD AVRO SOFTWARE
This software works as an Engine (plugin) of IBus and let users type in English and on-the-fly transliterate them phonetically to Bangla. Ibus-avro is the port of popular Avro Phonetic Bangla typing method to Linux.
