From owner-freebsd-questions@FreeBSD.ORG Fri Feb 18 23:35:52 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1BB216A4CE for ; Fri, 18 Feb 2005 23:35:52 +0000 (GMT) Received: from smtp2.suscom.net (smtp2.suscom.net [64.78.83.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 369F743D39 for ; Fri, 18 Feb 2005 23:35:50 +0000 (GMT) (envelope-from gerard-seibert@suscom.net) Received: from localhost (smtp2.suscom.net [127.0.0.1]) by smtp2.suscom.net (Postfix) with ESMTP id 1F54F1CDCCE; Fri, 18 Feb 2005 18:34:23 -0500 (EST) Received: from smtp2.suscom.net ([127.0.0.1]) by localhost (smtp2 [127.0.0.1]) (amavisd-new, port 10024) with SMTP id 19411-03; Fri, 18 Feb 2005 18:34:12 -0500 (EST) Received: from [192.168.0.2] (unknown [216.45.232.47]) by smtp2.suscom.net (Postfix) with SMTP id A51361CDDAA; Fri, 18 Feb 2005 18:34:11 -0500 (EST) Date: Fri, 18 Feb 2005 18:35:43 -0500 From: Gerard Seibert To: freebsd-questions@freebsd.org Sender: Gerard@smtp2.suscom.net, Seibert@smtp2.suscom.net In-Reply-To: <20050218214317.B600416A4E0@hub.freebsd.org> References: <20050218214317.B600416A4E0@hub.freebsd.org> Message-Id: <20050218182717.6565.GERARD-SEIBERT@suscom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.20 [en] X-Virus-Scanned: by amavisd-new .250 at suscom.net cc: Ean Kingston Subject: Re: Deinstalling perl module installed using CPAN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: gerard-seibert@suscom.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2005 23:35:52 -0000 On Fri, 18 Feb 2005 14:54:54 -0500 (EST)"Ean Kingston" wrote: |>Date: Fri, 18 Feb 2005 14:54:54 -0500 (EST) |>From: "Ean Kingston" |>Subject: Re: Deinstalling perl module installed using CPAN |>To: "Matthew Seaman" |>Cc: Liste FreeBSD |>Message-ID: <1082.216.220.59.169.1108756494.squirrel@216.220.59.169> |>Content-Type: text/plain;charset=iso-8859-1 |> |> |>> On Fri, Feb 18, 2005 at 03:55:52PM +0100, BSD todoo wrote: |>> |>>> How to deinstall a perl module (bsdpan-MailTools-1.64) that has been |>>> installed using CPAN ? |>> |>> # pkg_delete bsdpan-MailTools-1.64 |> |>If it was installed with CPAN, it is not in the FreeBSD package database |>so how is a pkg_delete going to uninstall it? |> |>Last time I checked, CPAN did not have an uninstall option. Does anyone |>know any better? |> |>I think you can get an install list out of the source (which might be |>somewhere in ~/.cpan) and remove all the appropriate files by hand but |>this might leave perl in an unstable state. |> |>-- |>Ean Kingston |> |>E-Mail: ean_AT_hedron_DOT_org |>URL: http://www.hedron.org/ ********** Reply Separator ********** Friday, February 18, 2005 6:27:17 PM It has been awhile since I used it, but I believe that CPANPLUS can uninstall a module. I am not at my machine right now, so I cannot check it out, but I am pretty sure that you can do it. For what it's worth, you really should upgrade to CPANPLUS if you use CPAN frequently. It is far superior, at least in my opinion. You can install it directly from CPAN. 'install CPANPLUS' sans the quotations marks. Good Luck, Gerard Seibert gerard-seibert@suscom.net