个人工具

UbuntuHelp:SeaMonkey

来自Ubuntu中文

跳转至: 导航, 搜索

<<Include(Tag/ContentCleanup)>> <<Include(Tag/NeedsExpansion)>>

Introduction

How to install and use Mozilla SeaMonkey

Automated Install of the Latest Seamonkey

The Ubuntuzilla project maintains an APT repository with the latest official Mozilla build of Seamonkey repacked into a .deb. Just add the repository to your sources, and you'll be kept up to date through the standard repository updates mechanism. Detailed usage instructions and more information are available on Ubuntuzilla project site.

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