View Single Post
Posts: 10 | Thanked: 0 times | Joined on Dec 2009
#6
Originally Posted by b666m View Post
you could try to link the cache to somewhere else:

Code:
apt-get update -o dir::cache=/home/user/MyDocs/.apt-archive-cache

apt-get dist-upgrade -o dir::cache=/home/user/MyDocs/.apt-archive-cache
but i would be careful with this one... better solution is to disable some repositories in the catalogs
thanks for the info!