![]() |
2010-02-05
, 13:01
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#2
|
The Following User Says Thank You to TA-t3 For This Useful Post: | ||
![]() |
2010-02-05
, 13:02
|
|
Posts: 455 |
Thanked: 782 times |
Joined on Nov 2009
@ Netherlands
|
#3
|
The Following User Says Thank You to zwer For This Useful Post: | ||
![]() |
2010-02-05
, 13:04
|
Posts: 10 |
Thanked: 0 times |
Joined on Dec 2009
|
#4
|
apt-get clean
will remove what can be removed.
If that's not sufficient then you will have to remove some stuff from your rootfs (e.g. non-optified large packages)
![]() |
2010-02-05
, 13:09
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#5
|
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
The Following User Says Thank You to b666m For This Useful Post: | ||
![]() |
2010-02-05
, 13:17
|
Posts: 10 |
Thanked: 0 times |
Joined on Dec 2009
|
#6
|
you could try to link the cache to somewhere else:
but i would be careful with this one... better solution is to disable some repositories in the catalogsCode: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
![]() |
2010-02-05
, 14:00
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#7
|
Last edited by larry_al21; 2010-02-05 at 13:01.