Debian6怎样才能只安装Firefox?

最大的社区版本,Ubuntu的发源地
回复
头像
universe操作系统
帖子: 132
注册时间: 2010-12-21 17:09

Debian6怎样才能只安装Firefox?

#1

帖子 universe操作系统 » 2011-12-01 8:07

系统默认安装的那两个神马浏览器用的很不习惯,觉得还是firefox好用,但能否在不安装那个ice开头的浏览器的前提下安装火狐?
otaku.baili
帖子: 243
注册时间: 2010-09-30 21:54

Re: Debian6怎样才能只安装Firefox?

#2

帖子 otaku.baili » 2011-12-01 8:20

那玩意儿就是火狐子= =
名字不同而已 :em04
头像
mjp123
帖子: 703
注册时间: 2009-04-09 15:06

Re: Debian6怎样才能只安装Firefox?

#3

帖子 mjp123 » 2011-12-01 8:24

下载一个,直接用就行了。不用在新立得安装。
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

Re: Debian6怎样才能只安装Firefox?

#4

帖子 leeaman » 2011-12-01 9:00

去mozilla的ftp下载就是了
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
头像
universe操作系统
帖子: 132
注册时间: 2010-12-21 17:09

Re: Debian6怎样才能只安装Firefox?

#5

帖子 universe操作系统 » 2011-12-01 9:40

下午试试看,在折腾FreeBSD
头像
universe操作系统
帖子: 132
注册时间: 2010-12-21 17:09

Re: Debian6怎样才能只安装Firefox?

#6

帖子 universe操作系统 » 2011-12-01 15:53

mjp123 写了:下载一个,直接用就行了。不用在新立得安装。
会不会依赖那个ice的浏览器?
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

Re: Debian6怎样才能只安装Firefox?

#7

帖子 leeaman » 2011-12-01 15:54

不会,那个官网的bin压缩包只依赖gtk2
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
lubcat
帖子: 2061
注册时间: 2010-09-27 12:59

Re: Debian6怎样才能只安装Firefox?

#8

帖子 lubcat » 2011-12-01 16:35

纯绿色。
生活里,有很多转瞬即逝,像在车站的告别,刚刚还相互拥抱,转眼已各自天涯。很多时候,你不懂,我也不懂,就这样,说着说着就变了,听着听着就倦了,看着看着就厌了,跟着跟着就慢了,走着走着就散了,爱着爱着就淡了,想着想着就算了。
头像
universe操作系统
帖子: 132
注册时间: 2010-12-21 17:09

Re: Debian6怎样才能只安装Firefox?

#9

帖子 universe操作系统 » 2011-12-01 18:22

哦,确实是这样,已解决
头像
自由建客
帖子: 13468
注册时间: 2008-07-30 23:21
系统: Debian stable AMD64

Re: Debian6怎样才能只安装Firefox?

#10

帖子 自由建客 » 2011-12-04 17:05

代码: 全选

# 浏览器
# http://releases.mozilla.org/pub/mozilla.org/firefox/releases/latest/linux-x86_64/zh-CN/
tar xf firefox-7.0.1.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
回复