Pagina 1 di 1

[Risolto][Ubuntu 9.10] Come aggiornare Thunderbird dalla versione 2 alla 3

Inviato: mercoledì 29 dicembre 2010, 2:06
da spleen
Ho questo problemino: non riesco ad installare Thunderbird 3 sul mio Ubuntu 9.10 (devo necessariamente usare questa versione, perché la 10.04 -.10 mi danno problemi con blocco mouse e tastiera).

Ho provato in due modi:

A) Scaricarmi il pacchetto dal sito Mozilla (questa pagina: http://bit.ly/15XmBv, scegliendo quello in italiano), ma poi non riesco a trovare dentro delle informazioni su come installarlo (non c'è un file 'install' e il readme è scarsissimo). Mi si presenta come un archivio .tar.bz2 (ho provato a seguire queste istruzioni: http://bit.ly/d7GWTs), ma il mio sistema non riconosce il comando:

Codice: Seleziona tutto

xx@xx-desktop:~/Scaricati$ cd /home/xx/Scaricati
xx@xx-desktop:~/Scaricati$ ls -a
.   thunderbird ..  thunderbird-3.1.7.tar.bz2
xx@xx-desktop:~/Scaricati$ cd /home/xx/Scaricati/thunderbird
xx@xx-desktop:~/Scaricati/thunderbird$ sudo ./configure
sudo: ./configure: command not found
B) Ho installato Thunderbird 2.0.024 con ubuntuzilla per fare l'upgrade con ubuntuzilla (come ho appreso da questo articolo: http://bit.ly/hZMwXn), ma non ci riesco:

* Se imposto l'updater con il comando "ubuntuzilla.py -a installupdater -p thunderbird", ho questo risultato, dal quale non esco (un updater in teoria dovrebbe notificarmi la cosa quando apro l'applicazione e da lì fornirmi la possibilità di avanzare di versione, ma non lo fa):

Codice: Seleziona tutto

xx@xx-desktop:~$ ubuntuzilla.py -a installupdater -p thunderbird 
Would you like to set up automatic update checking for the official Mozilla build of Thunderbird (recommended)? This feature will regularly check for updates to Thunderbird, and put up a small unobtrusive notification message with update information, when a new release is available. [y/n] 
Please enter 'y' or 'n': y
Updater successfully installed to your crontab. Try 'crontab -l' to see your new crontab, 'crontab -e' if you decide to edit it.
* Allora ho provato a fare un "ubuntuzilla.py -a checkforupdatetext -p thunderbird", ma - di nuovo - niente. Ecco cosa mi dice il terminale:

Codice: Seleziona tutto

Retrieving the version of the latest release of Thunderbird from the Mozilla website...
wget -c --tries=20 --read-timeout=60 --waitretry=10 -q -nv -O - http://www.mozilla.com/thunderbird/ |grep 'product=' -m 1
Failed to retrieve the latest version of Thunderbird
Process returned code 1
[]
Traceback (most recent call last):
  File "/usr/local/bin/ubuntuzilla.py", line 1331, in <module>
    bs.start()
  File "/usr/local/bin/ubuntuzilla.py", line 314, in start
    ti.start()
  File "/usr/local/bin/ubuntuzilla.py", line 362, in start
    self.checkforupdateText()
  File "/usr/local/bin/ubuntuzilla.py", line 797, in checkforupdateText
    self.getLatestVersion()
  File "/usr/local/bin/ubuntuzilla.py", line 1008, in getLatestVersion
    self.releaseVersion = self.util.getSystemOutput(executionstring="wget -c --tries=20 --read-timeout=60 --waitretry=10 -q -nv -O - http://www.mozilla.com/thunderbird/ |grep 'product=' -m 1", numlines=1, errormessage="Failed to retrieve the latest version of "+ self.options.package.capitalize())
  File "/usr/local/bin/ubuntuzilla.py", line 126, in getSystemOutput
    raise SystemCommandExecutionError, "Command has not completed successfully. If this problem persists, please seek help at our website, " + self.version.url
__main__.SystemCommandExecutionError: Command has not completed successfully. If this problem persists, please seek help at our website, http://ubuntuzilla.sourceforge.net/
Potete aiutarmi?
Grazie.

Re: [Ubuntu 9.10] Come aggiornare Thunderbird dalla versione 2 alla 3

Inviato: mercoledì 29 dicembre 2010, 4:43
da spleen
Ci sono riuscito!
Dopo che l'updater ha iniziato a funzionare davvero notificandomi la nuova versione 3.7.1, ho provato normalmente a installare via ubuntuzilla, ma niente.
Alla fine ho trovato il .deb (http://www.webupd8.org/2010/06/download ... u-deb.html) e ho installato normalmente. L'unico problema ora resta l'italiano. Ho trovato questa discussione (http://forum.ubuntu-it.org/viewtopic.php?t=430311), ma installando l'add-ons indicato resta in inglese (anche il pacchetto su synaptic è installato).

Re: [Risolto][Ubuntu 9.10] Come aggiornare Thunderbird dalla versione 2 alla 3

Inviato: mercoledì 29 dicembre 2010, 12:43
da vincent vegan
Secondo me ti puoi facilitare la vita installando Ubuntu Tweak [http://ubuntu-tweak.com/] ed abilitando i repository di mozilla da li.

Re: [Risolto][Ubuntu 9.10] Come aggiornare Thunderbird dalla versione 2 alla 3

Inviato: mercoledì 29 dicembre 2010, 14:45
da spleen
Grazie del consiglio...
Scrivo solo per notificare ad altri. Quando installo il .deb della v. 0.5.9 di Ubuntu-Tweak (che ora sono riuscito a installare), ho avuto questo problema da GDebi:
Errore: La dipendenza non può essere soddisfatta: gconf2 (>= 2.28.1-2)
Su Synaptic ho visto che la mia versione di gconf2 era la 2.28.0, ma non riuscivo da lì a fare un avanzamento. Allora ho seguito le semplici istruzioni su http://ubuntu-tweak.com/downloads/:

Codice: Seleziona tutto

sudo add-apt-repository ppa:tualatrix/ppa
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com FE85409EEAB40ECCB65740816AF0E1940624A220
sudo gedit /etc/apt/sources.list
Poi ho aggiunto queste due righe al sources.list con gedit:

Codice: Seleziona tutto

deb http://ppa.launchpad.net/tualatrix/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/tualatrix/ppa/ubuntu karmic main
E infine:

Codice: Seleziona tutto

sudo apt-get update
sudo apt-get install ubuntu-tweak
Ubuntu-Tweak funziona, ma in realtà da synaptic scopro che la mia versione di gconf2 è sempre la stessa.