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
* 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.
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/
Grazie.