Test whether Ajla is properly installed

Other systems than Windows or OS/2

  1. Try to run the command 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.
  2. Run ldd `which ajla`. If it prints not found among the list of libraries, Ajla is not properly installed.
  3. Search for file 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
  4. Search for subdirectory 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
  5. Congratulations, Ajla is properly installed.

Windows or OS/2

  1. Try to run the command 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.
  2. Congratulations, Ajla is properly installed.