Cette question est spécifique aux erreurs rencontrées lors de l'installation d'une version corrompue d'ArangoDB Enterprise, cela empêche l'installation ultérieure d'autres packages et mon objectif est de le résoudre.
Je reçois le message d'erreur suivant lorsque j'essaie d'installer/de supprimer des packages:
dpkg: warning: overriding problem because --force enabled:
dpkg: warning: package is in a very bad inconsistent state; you should
reinstall it before attempting a removal
(Reading database ... 252333 files and directories currently installed.)
Removing arangodb3e (3.3.3) ...
Failed to stop arangodb3e.service: Unit arangodb3e.service not loaded.
dpkg: error processing package arangodb3e (--remove):
subprocess installed pre-removal script returned error exit status 5
failed to locate javascript.app-path directory, its neither available in '/var/lib/arangodb3-apps' nor in '//var/lib/arangodb3-apps'
FATAL ERROR: EXIT_FAILED - "exit with error"
dpkg: error while cleaning up:
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
arangodb3e
et j'ai essayé ce qui suit, toujours pas de chance:
Sudo dpkg --remove --force-remove-reinstreq arangodb3e
Comment réparer:
Sudo mv /var/lib/dpkg/info/arangodb3e.* /tmp/
Sudo dpkg --remove --force-remove-reinstreq arangodb3e
Sudo apt-get remove arangodb3e
Sudo apt-get autoremove && Sudo apt-get autoclean
et maintenant je peux installer/réinstaller d’autres logiciels, y compris ArangoDB Enterprise, l’installation s’est avérée être une installation rapide.
Pour supprimer toutes les données arango:
cd etc
Sudo rm -rf arangodb3
cd /var/run
Sudo rm -rf arangodb/
cd /usr/share
Sudo rm -rf arangodb3
cd /etc/lib
Sudo rm -rf aranogdb3/
cd /var/lib
Sudo rm -rf arangodb3/
cd /var/lib
Sudo rm -rf arangodb3e/
Sudo rm -rf arangdodb3-apps/
cd /var/log
Sudo rm -rf arangodb3/
cd /usr/share/doc
Sudo rm -rf arangodb3/
cd /var/tmp
Sudo rm -rf arangod