I am trying to remove couchdb in my Ubuntu Server ( 10.04 ) and I received the following error:
dpkg: error processing couchdb (--purge):
Package is in a very bad inconsistent state - you should
reinstall it before attempting a removal.
Errors were encountered while processing:
couchdb
E: Sub-process /usr/bin/dpkg returned an error code (1)
How do i fix this?
I have tried the following commands:
sudo apt-get remove couchdb
sudo apt-get purge couchdb
sudo aptitude remove couchdb
but to no avail...