[Linux-disciples] Clear out gnutella

Stephen R Laniel steve at laniels.org
Thu Jul 28 17:33:57 EDT 2005


On Thu, Jul 28, 2005 at 04:27:58PM -0500, Karl Sokol wrote:
> Gtk-gnutella keeps on crashing.  I have googled around and it seems like the
> problem has something to do with bad downloads.  Removing and reinstalling
> apt-get does not remove in process downloads, the search cache etc.  Does
> anyone know where this info is stored?

Apt-get removing a package won't go into your home directory
and remove config files in there. I don't believe that using
'dpkg --purge' will even come into your home directory. The
reason is that dpkg and apt-get can only remove files that
it created during the install, and files in your home
directory are not created during the install.

So. You'll need to hunt down the home-dir files manually.
Probably doing something like so will help you:

find ~ -type d -iname '*gnutella*'

This will catch more files:

find ~ | grep -i gnutella

See if you find anything that way.

Cheers,
Steve

-- 
Stephen R. Laniel
steve at laniels.org
+(617) 308-5571
http://laniels.org/
PGP key: http://laniels.org/slaniel.key
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.bostoncoop.net/pipermail/linux-disciples/attachments/20050728/6d00ffa2/attachment.pgp


More information about the Linux-disciples mailing list