On Monday 23 Jun 2008, vaibhav khatavkar wrote: > Thanx a lot Shubven .. > /var/log/ was very populated .... it freed > abt 3% of my disk space !! > > I am also facing one more problem ... I also > deleted all file from /var/cache/apt/archives/ > But now my synaptic doesn't works !! Synaptic says that there are few > broken packeges in ur system u need to reinstall them .. but when > tried reinstalling it says .. /var/cache/apt/archives/partial files > missing ... Any solution to solve this ??
First of all pls. avoid top posting and also trimming unnecessary text from quoted message. The partial sub directory is used to save partially downloaded files. $ sudo mkdir -p /var/cache/apt/archives/partial should solve your problem. You should delete only the .deb files. Next time do $ sudo rm /var/cache/apt/archives/*.deb HTH, Arun Khan _______________________________________________ To unsubscribe, email [EMAIL PROTECTED] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
