Apt problems

From Edgar BV Wiki
Jump to navigation Jump to search

If apt is giving problems downloading packages from repositories, try clearing the lists

delete /var/lib/apt/lists/

mkdir /var/lib/apt/lists mkdir /var/lib/apt/lists/partial

and then apt-get update should fix it.