ajla. If it prints any other error than “No arguments”, Ajla is not properly installed. If
it prints a version number you don't want, Ajla is not properly installed.
ldd `which ajla`. If it prints not found among the list of libraries, Ajla is not properly
installed.
ajla in these directories, if it doesn't find exactly 1, Ajla is not properly installed. You may use the command
find /bin /sbin /usr/bin /usr/sbin /usr/local/bin /opt/bin ~/bin ~/.local/bin /data/data/com.termux/files/usr/bin -maxdepth 1 -type f -name ajla 2>/dev/null
ajla-* in these directories, if it doesn't find exactly 1, Ajla is not properly installed. You may use the command
find /lib /usr/lib /usr/local/lib /opt/lib ~/lib ~/.local/lib /data/data/com.termux/files/usr/lib -maxdepth 1 -type d -iname 'ajla-*' 2>/dev/null
ajla. If it prints any other error than “No arguments”, Ajla is not properly installed. If
it prints a version number you don't want, Ajla is not properly installed.