Pagina 1 di 1

[Risolto] Synaptic: warning duplicate sources.list

Inviato: mercoledì 1 ottobre 2008, 12:31
da aleida
Fin'ora non mi era mai successo questo problema. E non ho recentemente cambiato il sources.list.
Oggi ricarico da Synaptic per vedere gli aggiornamenti e mi esce fuori questo messaggio:

W: Duplicate sources.list entry http://it.archive.ubuntu.com hardy/universe Packages (/var/lib/apt/lists/it.archive.ubuntu.com_ubuntu_dists_hardy_universe_binary-i386_Packages)
W: Duplicate sources.list entry http://it.archive.ubuntu.com hardy/universe Translation-it (/var/lib/apt/lists/it.archive.ubuntu.com_ubuntu_dists_hardy_universe_i18n_Translation-it)
W: Duplicate sources.list entry http://it.archive.ubuntu.com hardy/multiverse Packages (/var/lib/apt/lists/it.archive.ubuntu.com_ubuntu_dists_hardy_multiverse_binary-i386_Packages)
W: Duplicate sources.list entry http://it.archive.ubuntu.com hardy/multiverse Translation-it (/var/lib/apt/lists/it.archive.ubuntu.com_ubuntu_dists_hardy_multiverse_i18n_Translation-it)

Sapreste dirmi da che dipende?

Questo è il mio sources.list:

Codice: Seleziona tutto

# 
# deb cdrom:[Ubuntu 8.04 _Hardy Heron_ - Release i386 (20080422.2)]/ hardy main restricted
deb-src http://archive.ubuntu.com/ubuntu/ hardy restricted main #Added by software-properties

# deb cdrom:[Ubuntu 8.04 _Hardy Heron_ - Release i386 (20080422.2)]/ hardy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://it.archive.ubuntu.com/ubuntu/ hardy main restricted
deb-src http://it.archive.ubuntu.com/ubuntu/ hardy restricted main multiverse universe #Added by software-properties

## Major bug fix updates produced after the final release of the
## distribution.
deb http://it.archive.ubuntu.com/ubuntu/ hardy-updates main restricted
deb-src http://it.archive.ubuntu.com/ubuntu/ hardy-updates restricted main multiverse universe #Added by software-properties

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://it.archive.ubuntu.com/ubuntu/ hardy universe
deb http://it.archive.ubuntu.com/ubuntu/ hardy-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://it.archive.ubuntu.com/ubuntu/ hardy multiverse
deb http://it.archive.ubuntu.com/ubuntu/ hardy-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# 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

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
deb http://archive.canonical.com/ubuntu hardy partner
# deb-src http://archive.canonical.com/ubuntu hardy partner

# Medibuntu
## wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add -


deb http://security.ubuntu.com/ubuntu hardy-security main restricted
deb-src http://security.ubuntu.com/ubuntu hardy-security restricted main multiverse universe #Added by software-properties
deb http://security.ubuntu.com/ubuntu hardy-security universe
deb http://security.ubuntu.com/ubuntu hardy-security multiverse
deb http://it.archive.ubuntu.com/ubuntu/ hardy universe
deb http://it.archive.ubuntu.com/ubuntu/ hardy multiverse
##deb http://www.remastersys.klikit-linux.com/repository remastersys/

Re: Synaptic: warning duplicate sources.list

Inviato: mercoledì 1 ottobre 2008, 12:36
da robytrevi
Hai delle righe doppie.
Commenta i  doppioni anteponendoci un #, quindi ridai

Codice: Seleziona tutto

sudo apt-get update

Re: Synaptic: warning duplicate sources.list

Inviato: mercoledì 1 ottobre 2008, 12:40
da aleida
Scusa, a parte che non le vedo queste righe doppie, ma poi, perchè fino ad oggi non mi è mai apparso questo warning?

Aggiungo che col gestore aggiornamenti, anche se in un primo momento mi ha dato lo stesso warnign, poi però ha aggiornato regolarmente.

Re: Synaptic: warning duplicate sources.list

Inviato: mercoledì 1 ottobre 2008, 12:52
da aleida
Mi sa che hai ragione tu, le due righe doppie erano queste:

##deb http://it.archive.ubuntu.com/ubuntu/ hardy universe
##deb http://it.archive.ubuntu.com/ubuntu/ hardy multiverse

Continuo a chiedermi però come mai Ubuntu se ne sia accorto soltanto oggi...  ???

Re: [Risolto] Synaptic: warning duplicate sources.list

Inviato: mercoledì 1 ottobre 2008, 13:29
da robytrevi
Non te lo so dire.
L'importante è che tu abbia risolto
(b2b)

Re: [Risolto] Synaptic: warning duplicate sources.list

Inviato: domenica 16 agosto 2009, 22:32
da Munaciello
Stesso problema per me con Ubuntu 9.04.

Si è risolto con un

Codice: Seleziona tutto

sudo apt-get [b]update[/b]
seguito da un

Codice: Seleziona tutto

sudo apt-get [b]upgrade[/b]