Pagina 1 di 1
[RISOLTO] avviso all'aggiornamento
Inviato: giovedì 27 gennaio 2011, 17:19
da Fryosdamage
Ciao a tutti, spero sia la sezione giusta per questo tipo di problema. Oggi ho fatto partire l'aggiornamento classico che Ubuntu mi propone ed è uscito questo avviso per la prima volta
W: Duplicate sources.list entry
http://archive.canonical.com/ lucid/partner Packages (/var/lib/apt/lists/archive.canonical.com_dists_lucid_partner_binary-i386_Packages)
W: Duplicate sources.list entry
http://archive.canonical.com/ lucid/partner Packages (/var/lib/apt/lists/archive.canonical.com_dists_lucid_partner_binary-i386_Packages)
mi devo preoccupare?? grazie
Re: avviso all'aggiornamento
Inviato: giovedì 27 gennaio 2011, 17:26
da carlino1994
Credo che non devi preocuparti.
Probabilmete quei due reposity sono già presenti nel tuo sources.list.
Re: avviso all'aggiornamento
Inviato: giovedì 27 gennaio 2011, 17:36
da Diabolik62
Ciao,
apri il tuo sources.list
sduo gedit /etc/apt/sources.list
ed elimina il doppione.
ps)senza aprire discussione bastava tramite ricerca cercare la stringa incriminata e avresti trovato moltissimi post
Re: avviso all'aggiornamento
Inviato: venerdì 28 gennaio 2011, 21:28
da Fryosdamage
ah scusa..non ci avevo pensato di far la ricerca cosi...
io ho aeprto quel file ma cosa devo cancellare non ho mica capito...
http://archive.canonical.com/ lucid/partner Packages (/var/lib/apt/lists/archive.canonical.com_dists_lucid_partner_binary-i386_Packages ho cercato uesto ma non lo trovo...
e ora mi è anche apparso un triangolo rosso col punto esclamativo accanto all orologio che dice:
le info di aggiornamento non sono recenti. questo puo' essere causato da problemi di rete o da un repository non piu' disponivbile. per aggiornare manualmente fare clic sull icona di notifica selezionare controlla gli aggiornamenti e controllare se alcuni repository generano degli errori
se clicco si apre il gestore aggiornamenti che dice che il sistema è aggiornato e non vedo niente? cosa devo fare?? grazie
Re: avviso all'aggiornamento
Inviato: venerdì 28 gennaio 2011, 21:34
da ^alessio^
Ciao,postalo
mi raccomando usa il tasto #(inserisci codice)per postare.
Re: avviso all'aggiornamento
Inviato: sabato 29 gennaio 2011, 14:38
da Fryosdamage
eccolo qua! grazie dell'aiuto ecco qua!
Codice: Seleziona tutto
# deb cdrom:[Ubuntu 10.04 LTS _Lucid Lynx_ - Release i386 (20100429)]/ lucid 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/ lucid main restricted
deb-src http://it.archive.ubuntu.com/ubuntu/ lucid main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://it.archive.ubuntu.com/ubuntu/ lucid-updates main restricted
deb-src http://it.archive.ubuntu.com/ubuntu/ lucid-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. 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/ lucid universe
deb-src http://it.archive.ubuntu.com/ubuntu/ lucid universe
deb http://it.archive.ubuntu.com/ubuntu/ lucid-updates universe
deb-src http://it.archive.ubuntu.com/ubuntu/ lucid-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/ lucid multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ lucid multiverse
deb http://it.archive.ubuntu.com/ubuntu/ lucid-updates multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ lucid-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/ lucid-backports main restricted universe multiverse
# deb-src http://it.archive.ubuntu.com/ubuntu/ lucid-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 lucid partner
# deb-src http://archive.canonical.com/ubuntu lucid partner
deb http://security.ubuntu.com/ubuntu lucid-security main restricted
deb-src http://security.ubuntu.com/ubuntu lucid-security main restricted
deb http://security.ubuntu.com/ubuntu lucid-security universe
deb-src http://security.ubuntu.com/ubuntu lucid-security universe
deb http://security.ubuntu.com/ubuntu lucid-security multiverse
deb-src http://security.ubuntu.com/ubuntu lucid-security multiverse
deb http://archive.canonical.com/ lucid partner
deb http://archive.canonical.com/ lucid partner
deb http://archive.canonical.com/ lucid partner
Re: avviso all'aggiornamento
Inviato: sabato 29 gennaio 2011, 14:52
da ^alessio^
aprilo con
cancella le ultime 3 righe in fondo,queste
Codice: Seleziona tutto
deb http://archive.canonical.com/ lucid partner
deb http://archive.canonical.com/ lucid partner
deb http://archive.canonical.com/ lucid partner
salva e chiudi,e se vuoi abilitare i repo partner,che credo è quello che volevi fare visto che hai aggiunto per 3 volte lo stesso repo,digita nel terminale
Codice: Seleziona tutto
add-apt-repository "deb http://archive.canonical.com/ lucid partner"
quando hai finito aggiorna il sistema con
e se da errori postali.
Re: avviso all'aggiornamento
Inviato: sabato 29 gennaio 2011, 14:58
da vaillant
^alessio^ ha scritto:
se vuoi abilitare i repo partner,che credo è quello che volevi fare visto che hai aggiunto per 3 volte lo stesso repo,digita nel terminale
Codice: Seleziona tutto
add-apt-repository "deb http://archive.canonical.com/ lucid partner"
Ma non basta decommentare la relativa stringa?
Fryosdamage ha scritto:
## 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 lucid partner <<----------
# deb-src
http://archive.canonical.com/ubuntu lucid partner
Re: avviso all'aggiornamento
Inviato: sabato 29 gennaio 2011, 15:18
da Diabolik62
Codice: Seleziona tutto
http://archive.canonical.com/ lucid/partner Packages (/var/lib/apt/lists/archive.canonical.com_dists_lucid_partner_binary-i386_Packages ho cercato uesto ma non lo trovo...
fortuna non lo trovavi

quoto vailant
Re: avviso all'aggiornamento
Inviato: sabato 29 gennaio 2011, 15:29
da ^alessio^
vaillant ha scritto:
^alessio^ ha scritto:
se vuoi abilitare i repo partner,che credo è quello che volevi fare visto che hai aggiunto per 3 volte lo stesso repo,digita nel terminale
Codice: Seleziona tutto
add-apt-repository "deb http://archive.canonical.com/ lucid partner"
Ma non basta decommentare la relativa stringa?
Fryosdamage ha scritto:
## 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 lucid partner <<----------
# deb-src
http://archive.canonical.com/ubuntu lucid partner
certo che basta,solo che in questo modo mi è sembrato più semplice,visto la difficoltà che aveva a riconoscerne 3,su ragazzi fate i bravi

Re: avviso all'aggiornamento
Inviato: lunedì 31 gennaio 2011, 18:06
da Fryosdamage
:-[ non sono pratico si vede è!

ho fatto tutto e sembrerebbe che io non veda nessun errore, sempre che riesca a vaderlo :P grazie