|
|
#1 |
|
Triple-A Player
Join Date: Nov 2003
Location: uk
Posts: 83
|
Hi
Does anyone know if it is possible to delete all those archived files that seem to not do a lot in the FinkCommander? The reason I ask is because I just got 'Get Info' for my 'sw' folder and its now up to 2.25gig. Which I assume also contains files and pakages that are no longer used? any ideas?
__________________
// tDream |
|
|
|
|
|
#2 | |||||||||||||||||||
|
Moderator
Join Date: Jan 2002
Location: Singapore
Posts: 4,237
|
"Archived" in the Status Column of FinkCommander means that you previously installed the package but removed it so that only the debian archive remains on your system or that you ran the build command for a package but have not yet installed it. If you are really short of espace in your HD: You could delete everything from /sw/src, so in order to wipe *all* source files, just run: sudo rm -rf /sw/src/* But, you should keep in mind that you will have to redownload all sources if you ever need to rebuild the packages in question. -------- Also, to clean up the old .deb files, run: fink cleanup to do the cleaning job. And, if you only use 'apt-get' to obtain your .deb files (i.e. the binary distro) and want to clean up, run: sudo apt-get autoclean -------- Then, If you're running 10.3, you can remove: /sw/fink/10.2 and /sw/fink/10.2-gcc3.3 to reclaim some space. If you are doing selfupdate-cvs, they will come back, however. Selfupdate-rsync leaves them alone. -------- Last edited by sao; 12-19-2003 at 03:34 AM. |
|||||||||||||||||||
|
|
|
![]() |
|
|