From owner-freebsd-questions@FreeBSD.ORG Sun Aug 21 20:09:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 596C016A41F for ; Sun, 21 Aug 2005 20:09:50 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from nic.ach.sch.gr (nic.sch.gr [194.63.238.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ECFB43D45 for ; Sun, 21 Aug 2005 20:09:49 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: (qmail 14222 invoked by uid 207); 21 Aug 2005 20:09:47 -0000 Received: from keramida@ceid.upatras.gr by nic by uid 201 with qmail-scanner-1.21 (sophie: 3.04/2.19/3.81. Clear:RC:1(81.186.70.98):. Processed in 0.618838 secs); 21 Aug 2005 20:09:47 -0000 Received: from dialup98.ach.sch.gr (HELO gothmog.gr) ([81.186.70.98]) (envelope-sender ) by nic.sch.gr (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 21 Aug 2005 20:09:46 -0000 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.4/8.13.4) with ESMTP id j7LK9fe9001141; Sun, 21 Aug 2005 23:09:41 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.4/8.13.4/Submit) id j7LK9dDx001140; Sun, 21 Aug 2005 23:09:39 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 21 Aug 2005 23:09:39 +0300 From: Giorgos Keramidas To: Eric Murphy Message-ID: <20050821200939.GF839@gothmog.gr> References: <22291286.1124607000254.JavaMail.root@elwamui-rustique.atl.sa.earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <22291286.1124607000254.JavaMail.root@elwamui-rustique.atl.sa.earthlink.net> Cc: freebsd-questions@freebsd.org Subject: Re: Few simple questions.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 20:09:50 -0000 On 2005-08-21 01:50, Eric Murphy wrote: > QUESTION:::3 > > I recently installed something called feedparaser its a news feed > parser that works with some desklets. I installed it by issueing this > command: python setup.py install... How can I remove these packages? > Ive checked all over online and in the --help theres a bunch of > install commands but no deinstall commands? Welcome to the world of stupid Python-based installers. I still don't know why people use "setup.py" to distribute Python stuff, but that's probably just me getting old and grumpy I guess. I'd recommend using the Ports the next time :-) The feedparser you installed manually seems to be available as textproc/py-feedparser in the Ports collection. % giorgos@gothmog:/home/giorgos$ ls -ld /usr/ports/*/*feed* % drwxr-xr-x 3 root wheel - 512 Aug 14 03:24 /usr/ports/mail/smtpfeed % drwxr-xr-x 3 root wheel - 512 Aug 14 03:28 /usr/ports/news/cleanfeed % drwxr-xr-x 3 root wheel - 512 Apr 9 20:20 /usr/ports/textproc/py-feedparser % drwxr-xr-x 3 root wheel - 512 May 29 03:45 /usr/ports/www/feedonfeeds % giorgos@gothmog:/home/giorgos$