il mio sources list e così:
###############################################################
## INGALEX UBUNTU 10.04 REPOSITORY SOURCES.LIST ##
###############################################################
## TOTAL:56 REPOSITORY # http://www.sourceslist.eu ##
###############################################################
## LAST UPDATE: 30/11/2009 ##
###############################################################
## ##
## ITA - Avvertenze: usate questa lista a vostro rischio e ##
## pericolo ##
## Fate attenzione ai repository che attivate perche' ##
## ci sono molti repository con pacchetti in versioni non ##
## stabili. Non mi ritengo responsabile di eventuali danni ##
## alla vostra distribuzione dovuti ad un uso scriteriato ##
## della presente lista. Consiglio di effettuare ##
## l'aggiornamento del sistema solo con repository di ##
## pacchetti stabili e di usare ##
## gli altri per installare software non presenti nei ##
## repository ufficiali. ##
## ##
###############################################################
## ##
## ENG - Warning: use this list at your own risk. ##
## Pay attention to what repositories do you activate because##
## there are many packages in the repositories with no stable##
## versions. I am not responsible for any damage to your ##
## distribution due to an empty-headed use of this list. ##
## I recommend to upgrade your system only with repositories ##
## containing stable version of packages and use the other ##
## to install software which is not present in Official ##
## repositories. ##
## ##
###############################################################
## ITA - Per autentificare i repository aprite un terminale ed eseguite: sudo apt-get update 2> /tmp/keymissing; for key in $(grep "NO_PUBKEY" /tmp/keymissing |sed "s/.*NO_PUBKEY //"); do echo -e "\nProcessing key: $key"; gpg --keyserver subkeys.pgp.net --recv $key && gpg --export --armor $key | sudo apt-key add -; done
## Poi aggiornate nuovamente l'indice dei pacchetti contenuti nei repository con: sudo apt-get update
## ENG - In order to authenticate missing keys you have to open a terminal and run: sudo apt-get update 2> /tmp/keymissing; for key in $(grep "NO_PUBKEY" /tmp/keymissing |sed "s/.*NO_PUBKEY //"); do echo -e "\nProcessing key: $key"; gpg --keyserver subkeys.pgp.net --recv $key && gpg --export --armor $key | sudo apt-key add -; done
## Then you have to update index of packages which are contained in repositories by: sudo apt-get update
#
##deb
http://it.archive.ubuntu.com/ubuntu/ karmic main universe restricted multiverse
##deb
http://security.ubuntu.com/ubuntu karmic-security main universe restricted multiverse
#
##deb
http://it.archive.ubuntu.com/ubuntu/ karmic-updates main universe restricted multiverse
#
##deb
http://it.archive.ubuntu.com/ubuntu karmic-backports main restricted universe multiverse
#
##deb
http://archive.canonical.com/ubuntu karmic partner
deb-src
http://archive.canonical.com/ubuntu karmic partner
deb
http://archive.ubuntu.com/ubuntu/ karmic main universe restricted multiverse
deb-src
http://archive.ubuntu.com/ubuntu/ karmic main universe restricted multiverse #Added by software-properties
deb
http://security.ubuntu.com/ubuntu/ karmic-security universe main multiverse restricted
deb-src
http://archive.ubuntu.com/ubuntu/ karmic-security universe main multiverse restricted
deb
http://archive.ubuntu.com/ubuntu/ karmic-updates universe main multiverse restricted
deb-src
http://archive.ubuntu.com/ubuntu/ karmic-updates universe main multiverse restricted
deb
http://archive.ubuntu.com/ubuntu/ karmic-proposed universe main multiverse restricted
deb-src
http://archive.ubuntu.com/ubuntu/ karmic-proposed universe main multiverse restricted
deb
http://archive.ubuntu.com/ubuntu/ karmic-backports universe main multiverse restricted
deb-src
http://archive.ubuntu.com/ubuntu/ karmic-backports universe main multiverse restricted
deb
http://javadesktop.org/lg3d/debian stable contrib
deb
http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse
deb-src
http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse
deb
http://archive.getdeb.net/ubuntu karmic-getdeb apps
deb
http://archive.ubuntu.com/ubuntu/ karmic main
------------------------------------------------------------------------------------------------------------
cosa c'è di sbagliato, o da eliminare e cosa devo tenere? grazie!