Pagina 1 di 1

[RISOLTO]problema gestore pacchetti

Inviato: domenica 26 dicembre 2010, 18:30
da livrea
ciao quando apro il gestore pacchetti mmi esce il seguente errore. vi posto l'immagine

Re: problema gestore pacchetti

Inviato: domenica 26 dicembre 2010, 18:34
da paolosan
Sei connesso ad internet?

;D

Re: problema gestore pacchetti

Inviato: domenica 26 dicembre 2010, 18:35
da paolosan
Posta l'output di

Codice: Seleziona tutto

sudo gedit /etc/apt/sources.list
(yes)

Re: problema gestore pacchetti

Inviato: domenica 26 dicembre 2010, 18:37
da Telefo
come vedi c'è un errore nel tuo source.list alla riga 46. apri il file e correggi oppure posta la riga 46 così vediamo se è scritta male
per aprire il file

Codice: Seleziona tutto

sudo gedit /etc/apt/sources.list

Re: problema gestore pacchetti

Inviato: domenica 26 dicembre 2010, 18:40
da livrea
deb cdrom:[Ubuntu 10.04.1 LTS _Lucid Lynx_ - Release i386 (20100816.1)]/ lucid main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://mirror.informatik.uni-mannheim.d ... ns/ubuntu/ lucid main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://mirror.informatik.uni-mannheim.d ... ns/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://mirror.informatik.uni-mannheim.d ... ns/ubuntu/ lucid universe
deb http://mirror.informatik.uni-mannheim.d ... ns/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://mirror.informatik.uni-mannheim.d ... ns/ubuntu/ lucid multiverse
deb http://mirror.informatik.uni-mannheim.d ... ns/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://mirror.informatik.uni-mannheim.d ... ns/ubuntu/ lucid-security main restricted
deb http://mirror.informatik.uni-mannheim.d ... ns/ubuntu/ lucid-security universe
deb http://mirror.informatik.uni-mannheim.d ... ns/ubuntu/ lucid-security multiverse
# deb http://kondr.ic.cz/deb lucid main

gpg --keyserver keys.gnupg.net --recv 886DDD89

gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89

Re: problema gestore pacchetti

Inviato: domenica 26 dicembre 2010, 18:49
da livrea
nella riga 46 non c'e nulla...

Re: problema gestore pacchetti

Inviato: domenica 26 dicembre 2010, 19:51
da paolosan
La riga 46 è questa

Codice: Seleziona tutto

gpg --keyserver keys.gnupg.net --recv 886DDD89
(si contano anche le righe vuote...)  ;)

Però non saprei dirti il tipo di errore, sembrerebbe una chiave per dei repo esterni...  :-\

Re: problema gestore pacchetti

Inviato: domenica 26 dicembre 2010, 19:53
da paolosan
Prova a dare un

Codice: Seleziona tutto

sudo apt-get update
:D

Re: problema gestore pacchetti

Inviato: martedì 28 dicembre 2010, 10:22
da Telefo
beh, quelle due righe andrebbero tolte, visto che nell'source list devono stare solo gli indirizzi dei repository secondo il formato:

Codice: Seleziona tutto

deb Http://indirizzo distribuzione eccetera eccetera
dunque dovresti semplicemente eliminarle oppure commentarle, il che è lo stesso.
P:S. Per commentare una riga e dunque non farla leggere al programma basta aggiungere # all'inizio della riga.

Re: problema gestore pacchetti

Inviato: martedì 28 dicembre 2010, 12:21
da livrea
ok grazie