引用(Erwin @ 2007年3月27日 6:44 PM)
firefox2.0發(fā)布了好幾個(gè)補(bǔ)丁,windows能自動(dòng)升級(jí),但是linux下的firefox就沒(méi)升級(jí)過(guò),怎么升?
謝謝!
你用的Linux是什么樣的發(fā)行版?Fedora Core 還是 Ubuntu,或是其它?
Fedora Core 可以用yum,Ubuntu或是Debian可以用apt-get !
而你還可以手動(dòng)下載Firefox for Linux的二進(jìn)制的壓縮包,直接tar xzf firefox-2.0.0.3.tar.gz到某個(gè)目錄就可以用了!
代碼
shell> su -
shell> cd /usr/local
shell> mv firefox firefox-2.0.0.2
shell> tar xzf ~/download/package/firefox-2.0.0.3.tar.gz
shell> mv firefox firefox-2.0.0.3
shell> ln -s ./firefox-2.0.0.3 ./firefox