分页: 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
Re: debian咋安装火狐呢?
发表于 : 2012-08-10 17:01
由 YeLee
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
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里面,以后更新不了吧。