分页: 1 / 1

How To: Install Firefox 1.1 Alpha 1

发表于 : 2005-06-11 22:15
freeflying
This install should not harm your existing Firefox installation. This basically walks you through the official Firefox installer and is mainly for the benefit of people who are worried that it might harm their system or that they might do it incorrectly and overwrite their existing Firefox version.

Let's roll...

Backup your firefox profile, just in case the new version corrupts it (nothing bad happened to my profile).

代码: 全选


$ cd ~/.mozilla
$ tar -cMf firefox.tar firefox/


Now install Firefox 1.1 Alpha 1.

代码: 全选


$cd ~
$ wget ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/deerpark/alpha1/linux-i686/en-US/deerpark-alpha1.installer.tar.gz
$ tar -zxf deerpark-alpha1.installer.tar.gz
$ sudo firefox-installer/firefox-installer

Installer wizard (custom install):

1. Click Forward
2. Click Accept
3. Select Custom for install type
4. Click Forward
5. Click "Yes" to create the directory
6. Select any components you want to install.
7. Click Forward.
8. Click Install.

代码: 全选


$ /usr/local/firefox/firefox

Use the above executable when making a shortcut. Do *not* use the firefox-bin executable.

How To: 安装Firefox 1.1 Alpha 1

发表于 : 2005-06-13 12:18
yongyi
此安装应该不会损害你现存的Firefox。这基本上是通过官方的Firefox安装程序引着你走的,它主要有助于那些担心会损害他们系统,或者担心他们会误操作和改写了他们现存Firefox版本的朋友。


让我们开始行动...

备份你的firefox配置文件,只为了防止新版本改写它(没什么损坏发生在我的配置文件)

代码: 全选

$ cd ~/.mozilla
$ tar -cMf firefox.tar firefox/ 

现在安装Firefox 1.1 Alpha 1.

代码: 全选

$cd ~
$ wget ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/deerpark/alpha1/linux-i686/en-US/deerpark-alpha1.installer.tar.gz
$ tar -zxf deerpark-alpha1.installer.tar.gz
$ sudo firefox-installer/firefox-installer 

安装向导(自定义安装):
1.点击向前(Forward)
2.点击接受(Accept)
3.选择自定义安装(Custom)
4.点击向前(Forward)
5.点击确定(Yes),建立文件夹
6.选择你想安装的元件
7.点击向前(Forward)
8.点击安装(Install)

代码: 全选

$ /usr/local/firefox/firefox 
当建立快捷方式时,使用上面的可执行文件。一定不要使用firfox-bin的可执行文件。

发表于 : 2005-07-09 21:40
eshmily
profile应该翻译为“配置文件”,而非“配备文件”

发表于 : 2005-07-09 21:47
yongyi
eshmily 写了:profile应该翻译为“配置文件”,而非“配备文件”
谢谢,已经修正。是手误。

发表于 : 2005-07-18 12:04
oneleaf