Il tuo sources.list č un po' incasinato, rimediabile, ma fai prima a sostituirlo con questo:
Codice:
##HARDY SUPPORTED
deb http://it.archive.ubuntu.com/ubuntu/ hardy main restricted
deb-src http://it.archive.ubuntu.com/ubuntu/ hardy main restricted
##HARDY SUPPORTED - UPDATES
deb http://it.archive.ubuntu.com/ubuntu/ hardy-updates main restricted
deb-src http://it.archive.ubuntu.com/ubuntu/ hardy-updates main restricted
##HARDY SUPPORTED - PROPOSED
deb http://it.archive.ubuntu.com/ubuntu/ hardy-proposed main restricted
deb-src http://it.archive.ubuntu.com/ubuntu/ hardy-proposed main restricted
##HARDY SUPPORTED - SECURITY
deb http://security.ubuntu.com/ubuntu/ hardy-security main restricted
deb-src http://security.ubuntu.com/ubuntu/ hardy-security main restricted
##HARDY COMMUNITY SUPPORTED
deb http://it.archive.ubuntu.com/ubuntu/ hardy universe multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ hardy universe multiverse
##HARDY COMMUNITY SUPPORTED - UPDATES
deb http://it.archive.ubuntu.com/ubuntu/ hardy-updates universe multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ hardy-updates universe multiverse
##HARDY COMMUNITY SUPPORTED - PROPOSED
deb http://it.archive.ubuntu.com/ubuntu/ hardy-proposed universe multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ hardy-proposed universe multiverse
##HARDY COMMUNITY SUPPORTED - SECURITY
deb http://security.ubuntu.com/ubuntu/ hardy-security universe multiverse
deb-src http://security.ubuntu.com/ubuntu/ hardy-security universe multiverse
##BACKPORTS
deb http://it.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse
##TOR
deb http://mirror.noreply.org/pub/tor hardy main
deb-src http://mirror.noreply.org/pub/tor hardy main
##MEDIBUNTU
deb http://packages.medibuntu.org/ hardy free non-free
deb-src http://packages.medibuntu.org/ hardy free non-free
##CANONICAL
deb http://archive.canonical.com/ubuntu/ hardy partner
Salvato il sources.list digita questi:
Codice:
wget http://download.tuxfamily.org/3v1deb/DD800CD9.gpg -O- | sudo apt-key add -
gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 0x483170E9
gpg --export -a 0x483170E9 | sudo apt-key add -
gpg --keyserver subkeys.pgp.net --recv 94C09C7F
gpg --fingerprint 94C09C7F
gpg --export 94C09C7F | sudo apt-key add -
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add -
Fatto questo la magica triade:
Codice:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade