LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > MEPIS
User Name
Password
MEPIS This forum is for the discussion of MEPIS Linux.

Notices


Reply
  Search this Thread
Old 04-19-2006, 07:08 AM   #1
JerryNew2Linux
Member
 
Registered: Mar 2004
Location: Geneva NY USA
Distribution: MX-16
Posts: 111

Rep: Reputation: 15
Upgrade to Firefox 1.5.0.2


On *another* forum

http://www.linuxquestions.org/questi...d.php?t=435583

aysiu published a script to automate updating to the latest release of Firefox. With a couple of modifications to replace sudo, it worked fine for me on MEPIS 3.4.3, so I am passing it on for those interested.

1. Open up Kate or another editor
2. Paste in the code below

Code:
#!/bin/sh

echo "Updating repositories list"
apt-get update
echo "
Making sure libstdc++5 and the old Firefox are installed
"
apt-get -y install firefox libstdc++5
echo "
Backing up old Firefox preferences
"
cp -R ~/.mozilla ~/.mozilla_backup
echo "
Changing to home directory
"
cd
echo "
Downloading Firefox from the Mozilla site
"
wget -c http://ftp-mozilla.netscape.com/pub/mozilla.org/firefox/releases/1.5.0.2/linux-i686/en-US/firefox-1.5.0.2.tar.gz
echo "
Unzipping the .tar.gz file
"
tar -C /opt -x -z -v -f firefox-1.5.0.2.tar.gz
echo "
Removing the unzipped .tar.gz
"
rm firefox-1.5.0.2.tar.gz
echo "
Linking plugins
"
cd /opt/firefox/plugins/
ln -s /usr/lib/mozilla-firefox/plugins/* .
echo "
Linking launcher to new Firefox
"
dpkg-divert --divert /usr/bin/firefox.ubuntu --rename /usr/bin/firefox
ln -s /opt/firefox/firefox /usr/bin/firefox
dpkg-divert --divert /usr/bin/mozilla-firefox.ubuntu --rename /usr/bin/mozilla-firefox
ln -s /opt/firefox/firefox /usr/bin/mozilla-firefox
echo "
The new Firefox is installed."
3. Save to the desktop as "InstallNewFirefox_MEPIS.sh"
4. Open up a terminal, type

Code:
su
cd Desktop
sh InstallNewFirefox_Mepis.sh
Worked just fine for me!
 
Old 04-20-2006, 08:22 PM   #2
bluesman2333
Member
 
Registered: Dec 2003
Location: Phoenix, Az.
Distribution: Xubuntu Edgy
Posts: 330

Rep: Reputation: 30
Cool, but SM 6.0A has FF 1.5 already.
 
Old 04-21-2006, 05:45 AM   #3
JerryNew2Linux
Member
 
Registered: Mar 2004
Location: Geneva NY USA
Distribution: MX-16
Posts: 111

Original Poster
Rep: Reputation: 15
That's great--and fast, since 1.5.0.2 was only released a week ago...when I looked at the 6.0 release, I thought the Firefox version was an earlier one.

Well, this is still an easy way to get the most secure version of the browser without having to install an OS in alpha testing!
 
Old 04-21-2006, 04:11 PM   #4
bluesman2333
Member
 
Registered: Dec 2003
Location: Phoenix, Az.
Distribution: Xubuntu Edgy
Posts: 330

Rep: Reputation: 30
1.5.0.1 according to Help > About Firefox
 
Old 04-22-2006, 06:06 AM   #5
anticapitalista
antiX
 
Registered: May 2005
Location: Greece
Distribution: antiX using herbstluftwm, fluxbox, IceWM and jwm.
Posts: 631

Rep: Reputation: 190Reputation: 190
1.5.0.2 is now in the Debian sid/unstable repos.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Firefox upgrade carnold SUSE / openSUSE 19 04-03-2006 03:37 PM
firefox does not stream video after firefox automatic upgrade? kazuya1977 VectorLinux 1 02-12-2006 01:48 PM
Firefox Upgrade ??? waelaltaqi Linux - Software 3 01-26-2006 04:51 PM
firefox upgrade simay Mandriva 8 09-18-2005 02:51 AM
How to upgrade Firefox 1.0.2 to 1.0.6 from source? Erik_the_Red Linux - Software 2 08-03-2005 09:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > MEPIS

All times are GMT -5. The time now is 05:41 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration