个人工具

“UbuntuHelp:SeaMonkey”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第2行: 第2行:
 
{{Languages|UbuntuHelp:SeaMonkey}}
 
{{Languages|UbuntuHelp:SeaMonkey}}
 
== Introduction ==
 
== Introduction ==
How to install and use Mozilla SeaMonkey
+
How to install and use Mozilla [[UbuntuHelp:SeaMonkey|SeaMonkey]]
 
== Automated Install of the Latest Seamonkey ==
 
== Automated Install of the Latest Seamonkey ==
 
The [http://ubuntuzilla.sourceforge.net Ubuntuzilla] project maintains an 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.
 
The [http://ubuntuzilla.sourceforge.net Ubuntuzilla] project maintains an 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.

2007年12月4日 (二) 11:22的版本

Introduction

How to install and use Mozilla SeaMonkey

Automated Install of the Latest Seamonkey

The Ubuntuzilla project maintains an 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 Ubuntuzilla project site. 64-bit users, you'll need to install some extra 32-bit compatibility packages if you haven't already (see this note for 64 bit users). If you run into any problems with this script, or have feature requests, comments, suggestions, please feel free to post on the Ubuntuzilla project forum, now officially hosted on the Ubuntu forums in the 3rd Party Projects area.

Manual Install

Copy and paste the following commands into 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.

Note

Don't foget to change the version with the one you are trying to download for example to download the version 1.1.6 (The latest at the time this is written) replace the above two commands with the following

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

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