How can I test it? I'd like to. I've spent the last two days struggling to get couchDB on my new Ubuntu Desktop (Lucid) box. I didn't think to uninstall the one for Ubuntu one. Was hoping an install of the latest trunk in usr local would be isolated enough. Shouldn't it be?
-Brian On Sat, Aug 7, 2010 at 6:20 AM, Leonel Nunez <[email protected]> wrote: > > On Fri, Aug 06, 2010 at 02:16:19PM -0700, Timothy Washington wrote: > >> There's a default CouchDB instance in the latest Desktop Ubuntu > >> installation. Is > >> there a way of getting rid of this? None of the commands below do the > >> trick. > >> > >> sudo apt-get remove couchdb > >> sudo apt-get purge couchdb > >> sudo aptitude remove couchdb > >> > > > > The package was split up a little bit in Ubuntu (and soon in Debian). You > > want > > to remove couchdb-bin, which the couchdb package depends on. couchdb-bin > > is > > installed because Desktop CouchDB (www.launchpad.net/desktopcouch) > depends > > on > > it - it's what allows Ubuntu One to do its magic. > > > > Then again, it sounds like Lionel's answer worked for you. :-) > > > >> Thanks > >> Tim > >> > >> ps - Also, if there's a dpkg or apt-get package of 1.0.0, I'd love to > >> get my > >> hands on it. > > > > Ubuntu released it for Maverick Meerkat a week or two ago: > > https://launchpad.net/ubuntu/+source/couchdb - and it's coming soon to a > > Debian > > unstable pool near you. > > > > Cheers, > > > > -- > > Sam Bisbee > > www.sbisbee.com > > > > > Just made a backport from maverick to lucid and works perfect .. > > Want to test it ? > > Saludos > > Leonel > > > -- -Brian [email protected] @breakpointer
