Thursday, June 16, 2011

Fixing Hashsum mismatch problem with ubuntu 10.04 LTS

After long search for hashsum mismatch error from APT.
I found really nice help from ubuntu community.

I created apt.conf file under /etc/apt directory

APT
{
// Options for the downloading routines
Acquire
{
http
{
No-Cache "true";
};
};
}

No comments: