Displaying 2 results from an estimated 2 matches for "pkgcach".
Did you mean:
pkgcache
2013 Jan 27
1
CRAN-only "Hash Sum mismatch"
...org/mirrors.html
has allowed me to keep my R version up-to-date for many months. But
since Friday (25 Jan) I get errors like
Failed to fetch <mirror URI/>/squeeze-cran/<deb name/>: Hash Sum mismatch
but can install .deb's from non-CRAN sources. No fix from
sudo rm /var/cache/apt/pkgcache.bin
sudo rm /var/cache/apt/srcpkgcache.bin
sudo rm /var/lib/apt/lists/*
sudo rm /var/lib/apt/lists/partial/*
and either
sudo aptitude update
or
sudo apt-get update
details:
http://lists.debian.org/debian-user/2013/01/msg00995.html
> I'm getting
> > E: Failed to fetch http://lib....
2013 Jul 18
2
Puppetlabs Apt module: dependency cycle
...ything beneath /etc/apt/ changes
#taken from
https://blog.kumina.nl/2010/11/puppet-tipstricks-running-apt-get-update-only-when-needed/
exec { "apt-get update":
command => "/usr/bin/apt-get update",
onlyif => "/bin/sh -c ''[ ! -f /var/cache/apt/pkgcache.bin ] ||
/usr/bin/find /etc/apt/* -cnewer /var/cache/apt/pkgcache.bin | /bin/grep .
> /dev/null''",
}
package {
["build-essential","apache2","git","python","python-dev","python-setuptools",
"python...