Skip to main content

วิธีอัพเกรด Firefox 3.x เป็น 3.5 บนลีนุกซ์

รูปภาพของ sothorn

     คิดว่าหลายท่านคงดาวน์โหลด Firefox 3.5 กันมาบ้างแล้วนะครับ จะอัพเกรดอย่างไร มาดูกันนะครับ ผมคัดลอกมาจากเวบหนึ่งครับ

1- Download firefox3.5 from Firefox website

Go to /tmp

cd /tmp
wget http://download.mozilla.org/?product=firefox-3.5&os=linux⟨=en-US

หรือ http://www.mozilla.org

 

2- Now close all the windows of your current firefox and untar,

 

tar -jxvf firefox-3.5.tar.bz2

 

I suppose that your firefox3.x is installed in the folder /usr/lib/firefox-3.x,

make backup of this directory first :

#cp -r /usr/lib/firefox-3.x /usr/lib/firefox-3.x.backup

remove old files with :

#rm -rf   /usr/lib/firefox-3.x/*

Now verify first where your current firefox is installed and adjust the command bellow to point the installation to this folder.

In my case /usr/lib/firefox.3.x

cp -avr firefox/* /usr/lib/firefox-3.x/
 And is done :)

ที่มา : http://www.unixmen.com/linux-tutorials/300-howto--upgrade-from-forefox3x-to-35-in-linux