[Risolto]aggiornamento di ubuntu 9.10

Problemi riscontrati durante l'installazione di Ubuntu, degli aggiornamenti e degli avanzamenti del sistema.
Vighin
Prode Principiante
Messaggi: 90
Iscrizione: domenica 27 dicembre 2009, 20:59

[Risolto]aggiornamento di ubuntu 9.10

Messaggio da Vighin »

ciao a tutti del forum
ho un problema con l'aggiornamento quando apro il gestore dei pacchetti oppure il gestore degli aggiornamenti mi appare questo errore:

W: Duplicate sources.list entry http://ppa.launchpad.net hardy/main Packages (/var/lib/apt/lists/ppa.launchpad.net_reacocard-awn_ubuntu_dists_hardy_main_binary-i386_Packages)

ho provato a vedere numerose guide prima di aprire una discussione ma non ne sono venuto fuori

help? perpiacere e grazie in anticipo a chi rispondera!!!!!!!!

inoltre adesso mi da un nuovo errore

Errore GPG: http://repository.cairo-dock.org hardy Release: Le seguenti firme non erano valide: NODATA 1 NODATA 2Impossibile recuperare http://repository.cairo-dock.org/ubuntu ... ckages.bz2  Il sottoprocesso /bin/bzip2 ha restituito un codice d'errore (2)
Impossibile scaricare alcuni file di indice: saranno ignorati o verranno usati quelli vecchi.

perchè ho la dock cairo dock che non riesce ad aggiornarsi!!!

chiedo aiuto?
Ultima modifica di Vighin il martedì 13 aprile 2010, 18:46, modificato 1 volta in totale.
Avatar utente
Diabolik62
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 16046
Iscrizione: domenica 20 dicembre 2009, 16:29
Distribuzione: wind 10049 archfce4.12

Re: aggiornamento di ubuntu 9.10

Messaggio da Diabolik62 »

apri il sources list
cancella il doppione
dai sudo apt-get update
Avatar utente
Petr
Rampante Reduce
Rampante Reduce
Messaggi: 6203
Iscrizione: lunedì 17 agosto 2009, 1:26
Desktop: Unity
Distribuzione: Ubuntu 14.04 LTS x86_64

Re: aggiornamento di ubuntu 9.10

Messaggio da Petr »

Ciao a te!
Se hai Ubuntu 9.10 non devi avere i repository di Hardy ( Ubuntu 8.04 ).
Digita da terminale

Codice: Seleziona tutto

cat /etc/apt/sources.list
e posta il risultato.
Vighin
Prode Principiante
Messaggi: 90
Iscrizione: domenica 27 dicembre 2009, 20:59

Re: aggiornamento di ubuntu 9.10

Messaggio da Vighin »

ecco qua

# deb cdrom:[Ubuntu 8.10 _Intrepid Ibex_ - Release i386 (20081029.5)]/ intrepid main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb cdrom:[Ubuntu 9.10 _Karmic Koala_ - Release i386 (20091028.5)]/ karmic main restricted
deb http://it.archive.ubuntu.com/ubuntu/ karmic main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://it.archive.ubuntu.com/ubuntu/ karmic-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/ karmic universe
deb http://it.archive.ubuntu.com/ubuntu/ karmic-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/ karmic multiverse
deb http://it.archive.ubuntu.com/ubuntu/ karmic-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/ intrepid-backports main restricted universe multiverse
# deb-src http://it.archive.ubuntu.com/ubuntu/ intrepid-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 intrepid partner
# deb-src http://archive.canonical.com/ubuntu intrepid partner

deb http://security.ubuntu.com/ubuntu karmic-security main restricted
deb http://security.ubuntu.com/ubuntu karmic-security universe
deb http://security.ubuntu.com/ubuntu karmic-security multiverse

deb http://getswiftfox.com/builds/debian unstable non-free
## Avant Window Navigator
deb http://ppa.launchpad.net/reacocard-awn/ubuntu hardy main
deb-src http://ppa.launchpad.net/reacocard-awn/ubuntu hardy main
deb http://ppa.launchpad.net/reacocard-awn/ubuntu hardy main

deb http://repository.cairo-dock.org/ubuntu hardy cairo-dock

spero ti sara utile
Avatar utente
Petr
Rampante Reduce
Rampante Reduce
Messaggi: 6203
Iscrizione: lunedì 17 agosto 2009, 1:26
Desktop: Unity
Distribuzione: Ubuntu 14.04 LTS x86_64

Re: aggiornamento di ubuntu 9.10

Messaggio da Petr »

Dire che c'è un pò di confusione è dire poco.
Apri la lista con

Codice: Seleziona tutto

sudo gedit /etc/apt/sources.list
cancella tutto e aggiungi questi

Codice: Seleziona tutto

deb http://it.archive.ubuntu.com/ubuntu/ karmic main universe restricted multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ karmic main universe restricted multiverse

deb http://security.ubuntu.com/ubuntu karmic-security main universe restricted multiverse
deb-src 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-src http://it.archive.ubuntu.com/ubuntu/ karmic-updates main universe restricted multiverse

deb http://archive.canonical.com/ubuntu karmic partner
deb-src http://archive.canonical.com/ubuntu karmic partner
salva e chiudi. Poi

Codice: Seleziona tutto

sudo apt-get update
e

Codice: Seleziona tutto

sudo apt-get upgrade
Qualsiasi repository tu debba aggiungere in futuro deve essere per karmic.
Vighin
Prode Principiante
Messaggi: 90
Iscrizione: domenica 27 dicembre 2009, 20:59

Re: aggiornamento di ubuntu 9.10

Messaggio da Vighin »

fiscchia sei un grande adesso va tutto da dio avevi ragione avevo un bel casino perchè non ho fatto attenzione agli aggiornamenti che installavo  io li intallavo e basta comunque grazie infinite si vede che sei esperto grazie a te ho accumulato più eperienza su ubuntu grazie e ciao.
Avatar utente
Petr
Rampante Reduce
Rampante Reduce
Messaggi: 6203
Iscrizione: lunedì 17 agosto 2009, 1:26
Desktop: Unity
Distribuzione: Ubuntu 14.04 LTS x86_64

Re: [Risolto]aggiornamento di ubuntu 9.10

Messaggio da Petr »

Di niente!  ;)
Non sono così esperto. Solo più vecchio.
Saluti
Scrivi risposta

Ritorna a “Installazione e aggiornamento del sistema operativo”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 7 ospiti