Wiki Ubuntu-it

Indice
Partecipa
FAQ
Wiki Blog
------------------
Ubuntu-it.org
Forum
Chiedi
Chat
Cerca
Planet
  • Pagina non alterabile
  • Informazioni
  • Allegati
  • Differenze per "NaldiniPaolo/Prove0"
Differenze tra le versioni 24 e 25
Versione 24 del 12/05/2007 13.41.23
Dimensione: 317
Commento:
Versione 25 del 12/05/2007 17.46.40
Dimensione: 3134
Autore: NaldiniPaolo
Commento: importata pagina da tradurre
Le cancellazioni sono segnalate in questo modo. Le aggiunte sono segnalate in questo modo.
Linea 6: Linea 6:
||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Contents'''[[BR]][[TableOfContents(2)]]||
Linea 7: Linea 8:
= Introduction =
Linea 8: Linea 10:
  How to install and use Mozilla SeaMonkey

= Automated Install of the Latest Seamonkey =

The [http://pykeylogger.sourceforge.net/wiki/index.php/Ubuntuzilla Ubuntuzilla] project maintains an [http://pykeylogger.sourceforge.net/wiki/index.php/Ubuntuzilla#Install_Official_Mozilla_Build_of_Seamonkey automated script] that backs up your existing Seamonkey profile, locates and downloads the latest Seamonkey release, verifies download integrity with the MD5 sum, and installs Seamonkey into /opt/seamonkey with all the proper symlinks in /usr/bin, and creates a menu item for Seamonkey under Applications -> Internet.

In other words, it does everything this step-by-step tutorial does and more... but with less copying and pasting and more error checking.

Detailed usage instructions and more information are available on [http://pykeylogger.sourceforge.net/wiki/index.php/Ubuntuzilla Ubuntuzilla] project site.

If you run into any problems with this script, or have feature requests, comments, suggestions, please feel free to post on the [http://ubuntuforums.org/forumdisplay.php?f=251 Ubuntuzilla project forum], now officially hosted on the Ubuntu forums in the [http://ubuntuforums.org/forumdisplay.php?f=46 3rd Party Projects] area.

= Manual Install =

Copy and paste the following commands into [https://help.ubuntu.com/community/UsingTheTerminal#head-2fa31364ee2acb07982a2fd5f52c983130565f8f the terminal].

== Download ==
{{{
wget -c http://ftp.mozilla.org/pub/seamonkey/releases/1.1.1/seamonkey-1.1.1.en-US.linux-i686.installer.tar.gz
}}}

This command fetches Seamonkey from the Mozilla website. If you downloaded the .tar.gz already, put it in your /home/''username''; directory in order for the next command to work.

== Extract files ==
{{{
tar zxvf seamonkey-1.1.1.en-US.linux-i686.installer.tar.gz
}}}

If you're using a non-US English version, just type ''tar zxvf seamonk''; and hit the ''Tab''; key twice to complete the proper file name.

== Install ==

{{{
cd seamonkey-installer
gksudo ./seamonkey-installer
}}}

Answer all the questions with the default (just keep clicking the buttons)

== Integrate ==

{{{
sudo mv /usr/local/seamonkey/plugins /usr/local/seamonkey/plugins.bak
sudo ln -s /usr/lib/firefox/plugins /usr/local/seamonkey/plugins
sudo ln -s /usr/local/seamonkey/seamonkey /usr/bin/seamonkey
}}}

These commands link Seamonkey to your regular set of plugins. If you want to create a launcher for Seamonkey, the command should be
{{{
seamonkey
}}}

You can find the Seamonkey icon here:
/usr/local/seamonkey/chrome/icons/default/seamonkey.png

BR

ATTENZIONE: Questa è una pagina di prove, le seguenti informazioni possono essere inesatte, si sconsiglia la visione

BR

Introduction

How to install and use Mozilla SeaMonkey

Automated Install of the Latest Seamonkey

The [http://pykeylogger.sourceforge.net/wiki/index.php/Ubuntuzilla Ubuntuzilla] project maintains an [http://pykeylogger.sourceforge.net/wiki/index.php/Ubuntuzilla#Install_Official_Mozilla_Build_of_Seamonkey automated script] that backs up your existing Seamonkey profile, locates and downloads the latest Seamonkey release, verifies download integrity with the MD5 sum, and installs Seamonkey into /opt/seamonkey with all the proper symlinks in /usr/bin, and creates a menu item for Seamonkey under Applications -> Internet.

In other words, it does everything this step-by-step tutorial does and more... but with less copying and pasting and more error checking.

Detailed usage instructions and more information are available on [http://pykeylogger.sourceforge.net/wiki/index.php/Ubuntuzilla Ubuntuzilla] project site.

If you run into any problems with this script, or have feature requests, comments, suggestions, please feel free to post on the [http://ubuntuforums.org/forumdisplay.php?f=251 Ubuntuzilla project forum], now officially hosted on the Ubuntu forums in the [http://ubuntuforums.org/forumdisplay.php?f=46 3rd Party Projects] area.

Manual Install

Copy and paste the following commands into [https://help.ubuntu.com/community/UsingTheTerminal#head-2fa31364ee2acb07982a2fd5f52c983130565f8f the terminal].

Download

wget -c http://ftp.mozilla.org/pub/seamonkey/releases/1.1.1/seamonkey-1.1.1.en-US.linux-i686.installer.tar.gz

This command fetches Seamonkey from the Mozilla website. If you downloaded the .tar.gz already, put it in your /home/username; directory in order for the next command to work.

Extract files

tar zxvf seamonkey-1.1.1.en-US.linux-i686.installer.tar.gz

If you're using a non-US English version, just type tar zxvf seamonk; and hit the Tab; key twice to complete the proper file name.

Install

cd seamonkey-installer
gksudo ./seamonkey-installer

Answer all the questions with the default (just keep clicking the buttons)

Integrate

sudo mv /usr/local/seamonkey/plugins /usr/local/seamonkey/plugins.bak
sudo ln -s /usr/lib/firefox/plugins /usr/local/seamonkey/plugins
sudo ln -s /usr/local/seamonkey/seamonkey /usr/bin/seamonkey

These commands link Seamonkey to your regular set of plugins. If you want to create a launcher for Seamonkey, the command should be

seamonkey

You can find the Seamonkey icon here: /usr/local/seamonkey/chrome/icons/default/seamonkey.png