From user-return-11961-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Sun Aug 08 21:48:47 2010 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 7882 invoked from network); 8 Aug 2010 21:48:47 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Aug 2010 21:48:47 -0000 Received: (qmail 25435 invoked by uid 500); 8 Aug 2010 21:48:45 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 25337 invoked by uid 500); 8 Aug 2010 21:48:45 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 25328 invoked by uid 99); 8 Aug 2010 21:48:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Aug 2010 21:48:45 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of blchamberlain@gmail.com designates 74.125.82.180 as permitted sender) Received: from [74.125.82.180] (HELO mail-wy0-f180.google.com) (74.125.82.180) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Aug 2010 21:48:40 +0000 Received: by wya21 with SMTP id 21so12231136wya.11 for ; Sun, 08 Aug 2010 14:48:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=5L3mGDuOYr3NVX/hJcGlbK2bhRTbTlk7b/Pd0LsNkcE=; b=L272Oov0kCioe2kk7FMZUvuu8v5TzE8qH56nlz///TF2VH4AnwtbWALnk8qAC2BEVH lC4POQXqKH5WGp+/f9Cr/+YZ/vhT+h3RCitxaSo+1KdpJjRZn7f5hkM5nMEa3stDWbsC lMHL+YUPkeiHGb76dF/tloRIBL+WYhRuqyLrk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=ZyW6xQHzJ2tNic23J6Dns7Bi/ecmhH4ZhJxamaGF6gbGqLKiJHkUUvBtfbI29rp83y Vzn9zPvAnb+BRL0sMOQ9B6gzcIYC5r785mFtvDS1nDplpS75t3p1EWvDbDmkFvmOCCQU kFXUfi93KTHFo+LjD4vm4m0tOtT9X8crJAC3Q= MIME-Version: 1.0 Received: by 10.216.28.213 with SMTP id g63mr1885787wea.71.1281304099176; Sun, 08 Aug 2010 14:48:19 -0700 (PDT) Received: by 10.216.48.69 with HTTP; Sun, 8 Aug 2010 14:48:19 -0700 (PDT) In-Reply-To: <3530.189.155.243.66.1281180001.squirrel@webmail.enelserver.com> References: <858033.21065.qm@web111503.mail.gq1.yahoo.com> <20100807021919.GH6131@orbital> <3530.189.155.243.66.1281180001.squirrel@webmail.enelserver.com> Date: Sun, 8 Aug 2010 16:48:19 -0500 Message-ID: Subject: Re: removing / uninstalling default CouchDB on Ubuntu From: Brian Chamberlain To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=0016e6db6805ae4309048d56db35 --0016e6db6805ae4309048d56db35 Content-Type: text/plain; charset=ISO-8859-1 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 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 blchamberlain@gmail.com @breakpointer --0016e6db6805ae4309048d56db35--