Pagina 1 di 1

Impossibile effettuare aggiornamento

Inviato: domenica 28 marzo 2010, 11:43
da pojane
Ciao a tutti, sono nuovo de forum e relativamente nuovo di Ubuntu, sino ad ora sono riuscito a risolvere i vari problemi "che mi sono creato" leggendo i vari post, ma adesso tempo proprio di aver bisogno del vs. aiuto.
Ho cercato di installare wiithon, fatto tutto non solo wiithon non funziona, ma ora non riesco ad effettuare alcun aggiornamento di ubuntu sia con le repository che da terminale, l'errore è il seguente:

Impossibile inizializzare le informazioni del pacchetto.
si è verificato un problema irrisolvibile durante l'inizializzazione delle informazioni del pacchetto
Segnalare questo bug per il pacchetto " update manager"
e includere il seguente messaggio di errore:

"E:La riga 54 nel file /etc/aptsources.list non è corretta (URl parse), E:impossibile leggere l'elenco di sorgenti."

:'( :'( :'( :'( :'( :'( :'( :'(
Viste le mie "conoscenze" dei vari comandi, se aveste soluzioni vi pregherei di fornirmele passo/passo.

Grazie anticipatamente a tutti!! 

Re: Impossibile effettuare aggiornamento

Inviato: domenica 28 marzo 2010, 11:47
da kapello
Deve esserci un errore di sintassi nel file, posta qui il risultato di

cat -n /etc/apt/sources.list

Re: Impossibile effettuare aggiornamento

Inviato: domenica 28 marzo 2010, 12:02
da pojane
Ecco:

1 #deb cdrom:[Ubuntu 9.10 _Karmic Koala_ - Release i386 (20091028.5)]/ karmic main restricted
    2 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    3 # newer versions of the distribution.
    4
    5 deb http://it.archive.ubuntu.com/ubuntu/ karmic main restricted
    6 deb-src http://it.archive.ubuntu.com/ubuntu/ karmic main restricted
    7
    8 ## Major bug fix updates produced after the final release of the
    9 ## distribution.
    10 deb http://it.archive.ubuntu.com/ubuntu/ karmic-updates main restricted
    11 deb-src http://it.archive.ubuntu.com/ubuntu/ karmic-updates main restricted
    12
    13 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    14 ## team. Also, please note that software in universe WILL NOT receive any
    15 ## review or updates from the Ubuntu security team.
    16 deb http://it.archive.ubuntu.com/ubuntu/ karmic universe
    17 deb-src http://it.archive.ubuntu.com/ubuntu/ karmic universe
    18 deb http://it.archive.ubuntu.com/ubuntu/ karmic-updates universe
    19 deb-src http://it.archive.ubuntu.com/ubuntu/ karmic-updates universe
    20
    21 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    22 ## team, and may not be under a free licence. Please satisfy yourself as to
    23 ## your rights to use the software. Also, please note that software in
    24 ## multiverse WILL NOT receive any review or updates from the Ubuntu
    25 ## security team.
    26 deb http://it.archive.ubuntu.com/ubuntu/ karmic multiverse
    27 deb-src http://it.archive.ubuntu.com/ubuntu/ karmic multiverse
    28 deb http://it.archive.ubuntu.com/ubuntu/ karmic-updates multiverse
    29 deb-src http://it.archive.ubuntu.com/ubuntu/ karmic-updates multiverse
    30
    31 ## Uncomment the following two lines to add software from the 'backports'
    32 ## repository.
    33 ## N.B. software from this repository may not have been tested as
    34 ## extensively as that contained in the main release, although it includes
    35 ## newer versions of some applications which may provide useful features.
    36 ## Also, please note that software in backports WILL NOT receive any review
    37 ## or updates from the Ubuntu security team.
    38 # deb http://it.archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse
    39 # deb-src http://it.archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse
    40
    41 ## Uncomment the following two lines to add software from Canonical's
    42 ## 'partner' repository.
    43 ## This software is not part of Ubuntu, but is offered by Canonical and the
    44 ## respective vendors as a service to Ubuntu users.
    45 # deb http://archive.canonical.com/ubuntu karmic partner
    46 # deb-src http://archive.canonical.com/ubuntu karmic partner
    47
    48 deb http://security.ubuntu.com/ubuntu karmic-security main restricted
    49 deb-src http://security.ubuntu.com/ubuntu karmic-security main restricted
    50 deb http://security.ubuntu.com/ubuntu karmic-security universe
    51 deb-src http://security.ubuntu.com/ubuntu karmic-security universe
    52 deb http://security.ubuntu.com/ubuntu karmic-security multiverse
    53 deb-src http://security.ubuntu.com/ubuntu karmic-security multiverse
    54 deb Index of /wii.sceners.linux/wiithon-1.1/ubuntu karmic main
flavio@flavio-laptop:~$

Re: Impossibile effettuare aggiornamento

Inviato: domenica 28 marzo 2010, 12:08
da kapello
Infatti

Codice: Seleziona tutto

deb Index of /wii.sceners.linux/wiithon-1.1/ubuntu karmic main
è sbagliata. O la modifichi così

Codice: Seleziona tutto

deb http://ppa.launchpad.net/wii.sceners.linux/wiithon-1.1/ubuntu karmic main
se vuoi provare l'installazione, o la elimini, se vuoi rinunciare.
Per modificare il file fai a terminale

gksu gedit /etc/apt.sources.list

Re: Impossibile effettuare aggiornamento

Inviato: domenica 28 marzo 2010, 12:15
da pojane
Ho eseguito quanto mi hai detto, ma una volta dato il comando e scritta nella finestra che si apre la stringa cosa devo fare per far si che la modifica abbia effetto?

Oppure come devo fare per cancellare il tutto?

Grazie.

Re: Impossibile effettuare aggiornamento

Inviato: domenica 28 marzo 2010, 12:31
da pojane
Grazie!!!!!!!

Ho capito come fare!!!!!! smanettando si fanno disastri ma si riesce anche a combinare qualche cosa......

Ultima cosa (spero) ora che ho modificato la riga come faccio a vedere se funziona? ovvero come faccio a lanciare il programma?

Grazie ancora.

Re: Impossibile effettuare aggiornamento

Inviato: domenica 28 marzo 2010, 12:56
da kapello
Il programma non l'hai installato, hai solo aggiunto il suo repo ...

Se lo vuoi installare fai

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1F882273 && sudo apt-get update && sudo apt-get install wiithon && sudo gpasswd -a $USER disk

come da questa guida
https://launchpad.net/wiithon

Re: Impossibile effettuare aggiornamento

Inviato: domenica 28 marzo 2010, 17:22
da pojane
Fatto!!!

Grazie.

Re: Impossibile effettuare aggiornamento

Inviato: domenica 28 marzo 2010, 20:51
da kapello
Prego!  (b2b)

Metti risolto (editando l'oggetto del primo post). Ciao!