分页: 1 / 2

debian咋安装火狐呢?

发表于 : 2012-08-10 16:58
xiayun
源里面已经添加了:
deb http://downloads.sourceforge.net/projec ... ozilla/apt all main
也导入了迷药。
但显示sourceforge无法连接。怎么才能安得上呢?

Re: debian咋安装火狐呢?

发表于 : 2012-08-10 16:58
YeLee
sf啊,别想了。 :em20 :em20 :em20

Re: debian咋安装火狐呢?

发表于 : 2012-08-10 17:01
YeLee
你那个什么版本的火狐来的?怎么那么旧了? :em20 :em20 :em20

Re: debian咋安装火狐呢?

发表于 : 2012-08-10 17:03
qy117121
为什么在arch版?

Re: debian咋安装火狐呢?

发表于 : 2012-08-10 17:10
行远自迩
debian下的FF,有另外一个名字——iceweasel

Re: debian咋安装火狐呢?

发表于 : 2012-08-10 17:19
nmsfan
冰鼬

Re: debian咋安装火狐呢?

发表于 : 2012-08-10 17:30
guyanqiu
你搜索更新iceweasel,就可以查到了,有个网页,专门说这个的
http://mozilla.debian.net/
我更新过,除了密钥需要额外加,其他都OK。

Re: debian咋安装火狐呢?

发表于 : 2012-08-10 17:31
icelee123
iceweasel就可以了
似乎是esr版本的

Re: debian咋安装火狐呢?

发表于 : 2012-08-10 17:51
xep007
到ftp://ftp.mozilla.org/pub/firefox/releases/latest/下载一个,解压后直接运行firefox不就行了。

Re: debian咋安装火狐呢?

发表于 : 2012-08-11 11:43
guyanqiu
xep007 写了:到ftp://ftp.mozilla.org/pub/firefox/releases/latest/下载一个,解压后直接运行firefox不就行了。
在Debian Squeeze下这么干是不行的,我试过了,运行不了,估计得先干净的卸载了IceWeasel才可以。
所以最好还是按照
http://mozilla.debian.net/
说的方法去做。
不然问题多多。

Re: debian咋安装火狐呢?

发表于 : 2012-08-11 11:45
leeaman
用lmde的源安装就是原版的fx

Re: debian咋安装火狐呢?

发表于 : 2012-08-11 16:46
自由建客

代码: 全选

# 浏览器(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

Re: debian咋安装火狐呢?

发表于 : 2012-08-12 10:14
xiayun
YeLee 写了:你那个什么版本的火狐来的?怎么那么旧了? :em20 :em20 :em20
iceweasel。 10.x。

Re: debian咋安装火狐呢?

发表于 : 2012-08-12 10:15
xiayun
行远自迩 写了:debian下的FF,有另外一个名字——iceweasel
现在用的就是这个,更新太慢了。

Re: debian咋安装火狐呢?

发表于 : 2012-08-12 10:19
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里面,以后更新不了吧。