I’ve several XEN VPS with problem when updating or upgrading the Debian 5 32bit. And here is some tutorial to fix it :
1 2 3 4 |
# mv /etc/ld.so.conf.save /etc/ld.so.conf # apt-get install udev # apt-get install build-essential # apt-get update && apt-get upgrade |
To clean the repository :
1 2 |
# apt-get clean # apt-get update && apt-get upgrade |
If you still having the problem with update or upgrade, you can try to run aptitude :
1 2 3 4 |
# aptitude update # aptitude upgrade # apt-get -f install # apt-get update && apt-get upgrade |