Ken Mankoff wrote:
> So 'cleanup' won't remove large amount of source and deb files 
> taking up space. Is there another 'offical' command to do this?
> 
> Or is it safe and reasonable to do the following. Disk space is 
> worth more than bandwidth to me.
> 
> rm /sw/src/*
> find /sw/fink/10.5/ -name "*.deb" -exec rm {} \;
> 
> Thanks,
> 
>    -k.


... by this point fink has been crippled (in the second step where its 
binary was removed) so why not just remove it all with:

sudo rm -r /sw

... that should free up quite a bit of disk space....

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to