Under 11.04, when I do sudo couchdb -V, I get a response like "couchdb - Apache CouchDB 1.1.1". When I do couchdb -V, without sudo, I get that no package/program like that is installed. I've tried doing sudo apt-get remove couchdb and purge too, but I can't make couchdb disappear. When doing a dpkg -l | grep couchdb, I get:
rc couchdb 1.0.1-0ubuntu15 RESTful document oriented database, system DB
rc couchdb-bin 1.0.1-0ubuntu15 RESTful document oriented database, programs
I don't understand what's the actual situation, or how can I try to solve this.