Search code examples
databasearangodb

Error installing arangodb


Trying to install arangodb on mint 16.04, I was able to install it but it is giving following error

Setting up arangodb3 (3.2.10) ... FATAL ERROR: EXIT_FAILED - "exit with error" dpkg: error processing package arangodb3 (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: arangodb3 E: Sub-process /usr/bin/dpkg returned an error code (1)

Can someone help me with this?


Solution

  • try this,

    sudo dpkg --purge arangodb3
    

    Then upgrade your system to check for the same error,

    sudo apt-get upgrade
    

    Then reinstall your arangodb3.

    It works for me :-)