debian咋安装火狐呢?

最大的社区版本,Ubuntu的发源地
xiayun
帖子: 72
注册时间: 2011-01-07 3:03

debian咋安装火狐呢?

#1

帖子 xiayun »

源里面已经添加了:
deb http://downloads.sourceforge.net/projec ... ozilla/apt all main
也导入了迷药。
但显示sourceforge无法连接。怎么才能安得上呢?
头像
YeLee
论坛版主
帖子: 26406
注册时间: 2008-08-13 8:48
系统: Fundu i64
来自: 东海硇州,一双管钥。
联系:

Re: debian咋安装火狐呢?

#2

帖子 YeLee »

sf啊,别想了。 :em20 :em20 :em20
◎当我站在道德的高度上俯视别人的时候,发现自己是多么渺小。
♥执着但不偏激,反对而不排斥,坚决捍卫矛盾体的存在方式。
★★★天气预报★★★
fcitx-yatable一个可以使用的码表输入法
[教程]几个实例攻克软件编译难关
Gentoo Development Guide
字体相关
头像
YeLee
论坛版主
帖子: 26406
注册时间: 2008-08-13 8:48
系统: Fundu i64
来自: 东海硇州,一双管钥。
联系:

Re: debian咋安装火狐呢?

#3

帖子 YeLee »

你那个什么版本的火狐来的?怎么那么旧了? :em20 :em20 :em20
◎当我站在道德的高度上俯视别人的时候,发现自己是多么渺小。
♥执着但不偏激,反对而不排斥,坚决捍卫矛盾体的存在方式。
★★★天气预报★★★
fcitx-yatable一个可以使用的码表输入法
[教程]几个实例攻克软件编译难关
Gentoo Development Guide
字体相关
头像
qy117121
论坛版主
帖子: 50587
注册时间: 2007-12-14 13:40
系统: Winbuntu
来自: 志虚国乌由市
联系:

Re: debian咋安装火狐呢?

#4

帖子 qy117121 »

为什么在arch版?
渠月 · QY   
本人只会灌水,不负责回答问题
无聊可以点一下→ http://u.nu/ubuntu

邮箱 [email protected]
头像
行远自迩
帖子: 403
注册时间: 2009-04-19 15:27

Re: debian咋安装火狐呢?

#5

帖子 行远自迩 »

debian下的FF,有另外一个名字——iceweasel
无从完美。
头像
nmsfan
帖子: 18958
注册时间: 2009-10-16 22:46
来自: finland

Re: debian咋安装火狐呢?

#6

帖子 nmsfan »

冰鼬
>>>>推Ubuntu 桌面培训~~<<<<
>>>>想加入/了解gimp汉化吗,点我吧~<<<<
——————————————————————
不推荐wubi,也不推荐你给别人推荐wubi…………
随心而为的感觉真好……
强推mayhem!!
强推ensiferum
头像
guyanqiu
帖子: 360
注册时间: 2009-05-05 23:42

Re: debian咋安装火狐呢?

#7

帖子 guyanqiu »

你搜索更新iceweasel,就可以查到了,有个网页,专门说这个的
http://mozilla.debian.net/
我更新过,除了密钥需要额外加,其他都OK。
-----------------------
在迷茫中追逐,在追逐中迷茫……
-----------------------
头像
icelee123
帖子: 811
注册时间: 2011-07-16 19:48
系统: Arch

Re: debian咋安装火狐呢?

#8

帖子 icelee123 »

iceweasel就可以了
似乎是esr版本的
其实我是菜鸟、、、
xep007
帖子: 871
注册时间: 2006-01-03 20:44

Re: debian咋安装火狐呢?

#9

帖子 xep007 »

到ftp://ftp.mozilla.org/pub/firefox/releases/latest/下载一个,解压后直接运行firefox不就行了。
头像
guyanqiu
帖子: 360
注册时间: 2009-05-05 23:42

Re: debian咋安装火狐呢?

#10

帖子 guyanqiu »

xep007 写了:到ftp://ftp.mozilla.org/pub/firefox/releases/latest/下载一个,解压后直接运行firefox不就行了。
在Debian Squeeze下这么干是不行的,我试过了,运行不了,估计得先干净的卸载了IceWeasel才可以。
所以最好还是按照
http://mozilla.debian.net/
说的方法去做。
不然问题多多。
-----------------------
在迷茫中追逐,在追逐中迷茫……
-----------------------
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

Re: debian咋安装火狐呢?

#11

帖子 leeaman »

用lmde的源安装就是原版的fx
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
头像
自由建客
帖子: 13468
注册时间: 2008-07-30 23:21
系统: Debian stable AMD64

Re: debian咋安装火狐呢?

#12

帖子 自由建客 »

代码: 全选

# 浏览器(Firefox)
# ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/
tar xf firefox-10.0.5esr.tar.bz2 -C /opt/
update-alternatives --install /usr/bin/x-www-browser x-www-browser /opt/firefox/firefox 500
ln -s /opt/firefox/firefox /usr/local/bin/firefox
ln -s /opt/firefox/chrome/icons/default/default16.png /usr/share/icons/hicolor/16x16/apps/firefox.png
ln -s /opt/firefox/chrome/icons/default/default32.png /usr/share/icons/hicolor/32x32/apps/firefox.png
ln -s /opt/firefox/chrome/icons/default/default48.png /usr/share/icons/hicolor/48x48/apps/firefox.png
update-icon-caches /usr/share/icons/hicolor/
cat > /usr/share/applications/firefox.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=Firefox Web Browser
Exec=firefox %u
Terminal=false
X-MultipleArgs=false
Type=Application
Icon=firefox
Categories=Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/vnd.mozilla.xul+xml;application/rss+xml;application/rdf+xml;
StartupWMClass=Firefox-bin
StartupNotify=true
EOF
update-desktop-database
xiayun
帖子: 72
注册时间: 2011-01-07 3:03

Re: debian咋安装火狐呢?

#13

帖子 xiayun »

YeLee 写了:你那个什么版本的火狐来的?怎么那么旧了? :em20 :em20 :em20
iceweasel。 10.x。
xiayun
帖子: 72
注册时间: 2011-01-07 3:03

Re: debian咋安装火狐呢?

#14

帖子 xiayun »

行远自迩 写了:debian下的FF,有另外一个名字——iceweasel
现在用的就是这个,更新太慢了。
xiayun
帖子: 72
注册时间: 2011-01-07 3:03

Re: debian咋安装火狐呢?

#15

帖子 xiayun »

自由建客 写了:

代码: 全选

# 浏览器(Firefox)
# ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/
tar xf firefox-10.0.5esr.tar.bz2 -C /opt/
update-alternatives --install /usr/bin/x-www-browser x-www-browser /opt/firefox/firefox 500
ln -s /opt/firefox/firefox /usr/local/bin/firefox
ln -s /opt/firefox/chrome/icons/default/default16.png /usr/share/icons/hicolor/16x16/apps/firefox.png
ln -s /opt/firefox/chrome/icons/default/default32.png /usr/share/icons/hicolor/32x32/apps/firefox.png
ln -s /opt/firefox/chrome/icons/default/default48.png /usr/share/icons/hicolor/48x48/apps/firefox.png
update-icon-caches /usr/share/icons/hicolor/
cat > /usr/share/applications/firefox.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Name=Firefox Web Browser
Exec=firefox %u
Terminal=false
X-MultipleArgs=false
Type=Application
Icon=firefox
Categories=Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/vnd.mozilla.xul+xml;application/rss+xml;application/rdf+xml;
StartupWMClass=Firefox-bin
StartupNotify=true
EOF
update-desktop-database
这个没加进sources.list里面,以后更新不了吧。
回复