wusungde
09-07-2009, 08:9 09-07-2009
Bài này mình sẽ hướng dẫn các bạn cách cài đặt firefox 3.5 cho Ubuntu.
1. Lên trang http://www.mozilla.com/en-US/products/download.html?product=firefox-3.5&os=linux&lang=en-US download gói firefox-3.5.tar.bz2
2. Rồi thực hiện các câu lệnh sau:
cp -R ~/.mozilla ~/.mozilla.backup
sudo tar -jxvf firefox-*.tar.bz2 -C /opt
rm firefox-*.tar.bz2
sudo mv /opt/firefox/plugins /opt/firefox/plugins.backup
sudo ln -s /usr/lib/xulrunner-addons/plugins /opt/firefox/plugins
sudo dpkg-divert --divert /usr/bin/firefox.ubuntu --rename /usr/bin/firefox
sudo ln -s /opt/firefox/firefox /usr/bin/firefox
trích từ: http://ubuntuforums.org/showthread.php?t=1193567&highlight=firefox+default+location
1. Lên trang http://www.mozilla.com/en-US/products/download.html?product=firefox-3.5&os=linux&lang=en-US download gói firefox-3.5.tar.bz2
2. Rồi thực hiện các câu lệnh sau:
cp -R ~/.mozilla ~/.mozilla.backup
sudo tar -jxvf firefox-*.tar.bz2 -C /opt
rm firefox-*.tar.bz2
sudo mv /opt/firefox/plugins /opt/firefox/plugins.backup
sudo ln -s /usr/lib/xulrunner-addons/plugins /opt/firefox/plugins
sudo dpkg-divert --divert /usr/bin/firefox.ubuntu --rename /usr/bin/firefox
sudo ln -s /opt/firefox/firefox /usr/bin/firefox
trích từ: http://ubuntuforums.org/showthread.php?t=1193567&highlight=firefox+default+location