LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 02-28-2008, 11:46 PM   #1
Maurice Arthur
Member
 
Registered: Jun 2001
Location: Whangarei
Distribution: KDE Ubuntu 15.04 Mint17.3
Posts: 340

Rep: Reputation: 31
up grade firefox


Hi
Have downloaded Firefox firefox-2.o.o.12.tar.gz and Thunderbird-2.0.0.12ta
have tried to untar these files but no joy
How can I install these files
Maurice
 
Old 02-29-2008, 02:01 AM   #2
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
You should do
Code:
tar zxvf filename.tar.gz
After that move the extracted directory to a place like /opt and then create a launcher for Firefox and Thunderbird in your menu or desktop. If you put the extracted directories in /opt then the command to run firefox would be /opt/firefox/firefox and for Thunderbird /opt/thunderbird/thunderbird. Those are the commands you will need to use in your launchers. You can also configure KDE to use your new Firefox and Thunderbird as defaults. Run Kcontrol -> KDE Components -> Component chooser and change the settings for the Email Client and Web Browser.
 
Old 02-29-2008, 03:48 AM   #3
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
reddazz: Aren't you letting those files beeing owned by the user ??
I once learned: 'cd /opt' and then tar.....
Now root is the owner.
Or have I misunderstood something?
 
Old 02-29-2008, 01:59 PM   #4
Maurice Arthur
Member
 
Registered: Jun 2001
Location: Whangarei
Distribution: KDE Ubuntu 15.04 Mint17.3
Posts: 340

Original Poster
Rep: Reputation: 31
Thank you Reddazzfor reply

tar zxvf firefox-2.0.0.12.tar.gz
/bin/gzip: /bin/gzip: cannot execute binary file
tar: Child returned status 126
tar: Error exit delayed from previous errors

Can open Ark file on Desktop but not install
firefox-2.0.0.12.tar.gz
Maurice
 
Old 03-01-2008, 12:02 PM   #5
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Quote:
Originally Posted by knudfl View Post
reddazz: Aren't you letting those files beeing owned by the user ??
I once learned: 'cd /opt' and then tar.....
Now root is the owner.
Or have I misunderstood something?
You are correct. On a machine where you are the only user, it probably doesn't really matter which method you use (you can always change the permissions anyway). If you want to be a purist, then yes you can change into /opt first or extract the tarball as root using "tar zxvf -C /opt".
 
Old 03-01-2008, 12:06 PM   #6
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Quote:
Originally Posted by Maurice Arthur View Post
Thank you Reddazzfor reply

tar zxvf firefox-2.0.0.12.tar.gz
/bin/gzip: /bin/gzip: cannot execute binary file
tar: Child returned status 126
tar: Error exit delayed from previous errors

Can open Ark file on Desktop but not install
firefox-2.0.0.12.tar.gz
Maurice
If you can open the file with Ark, then all you need to do is extract the contents of the file and then move the extracted contents to a place like /opt and then create launchers like I described in my initial post.
 
Old 03-01-2008, 04:40 PM   #7
Maurice Arthur
Member
 
Registered: Jun 2001
Location: Whangarei
Distribution: KDE Ubuntu 15.04 Mint17.3
Posts: 340

Original Poster
Rep: Reputation: 31
Upgrade Firefox

Hi Reddazz
Have configured KDE Change Components No problem

Tried /opt extraction operation failed
You do not have write permission to folder

the only way that fire fox 2 comes on screen is to open /home/ firefox5.2 kb shell script
task bar still has 1.5 fire fox icon
How can I change it to Fire fox 2 and Thunder bird email
Maurice
 
Old 03-01-2008, 04:45 PM   #8
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
The reason why you got that error is because you need to be root to write into /opt (and most directories outside your own home directory). You have to login to a terminal as root and do the following
Code:
mv /home/userid/firefox /opt/
chown -r root:root /opt/firefox
Make sure "userid" in the first command is the same as your userid. After that run the menu editor (right click on the KDE button on your menu and choose "Menu Editor" and edit the paths for your current Firefox so that it points to /opt/firefox/firefox.
 
Old 03-01-2008, 06:13 PM   #9
Maurice Arthur
Member
 
Registered: Jun 2001
Location: Whangarei
Distribution: KDE Ubuntu 15.04 Mint17.3
Posts: 340

Original Poster
Rep: Reputation: 31
Up grade firefox

Hi Reddazz
Thanks for quick reply

Code typed in root
Result Invalid option -rKDE
Menu Editor Still boots to version 1.5.0.13
 
Old 03-01-2008, 06:48 PM   #10
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Sorry, the second command should be
Code:
chown -R root:root /opt/firefox
The menu will keep showing the old version until you edit the entry yourself and change the command so that it points to your new version of Firefox. I've already given you several clues on how to do this in previous posts.
 
Old 03-02-2008, 03:40 PM   #11
Maurice Arthur
Member
 
Registered: Jun 2001
Location: Whangarei
Distribution: KDE Ubuntu 15.04 Mint17.3
Posts: 340

Original Poster
Rep: Reputation: 31
up grade firefox

Hi Reddazz

Situation is I now have Firefox extracted to /opt

KDE components configured to /opt

Synaptic only has version 1.5.0.13 and that is still my firefox
do I delete from Synaptic?

Shell scipt from firefox /opt is the only way that show an up grade
Appreciate your help

Maurice
 
Old 03-03-2008, 05:53 AM   #12
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Glad you got things working. Sometimes distros don't always have the latest versions, so you have to install things on your own if you want the latest software. Did you manage to configure your menus to run /opt/firefox/firefox instead of the one shipped by Mepis?
 
Old 03-03-2008, 02:19 PM   #13
Maurice Arthur
Member
 
Registered: Jun 2001
Location: Whangarei
Distribution: KDE Ubuntu 15.04 Mint17.3
Posts: 340

Original Poster
Rep: Reputation: 31
Up grade Firefox

Hi Redazz
Yes have path to opt Now need Link to Icon on task bar,then I can delete tha synaptic version
Maurice
 
Old 03-04-2008, 06:45 PM   #14
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
If using KDE 3.5.x, right click on an empty space on the taskbar -> Add Application to Panel -> Add Non KDE Application. Enter the description and name of your choice e.g. "Mozilla Firefox". For the executable part, make sure you enter /opt/firefox/firefox.
 
Old 03-04-2008, 07:20 PM   #15
Maurice Arthur
Member
 
Registered: Jun 2001
Location: Whangarei
Distribution: KDE Ubuntu 15.04 Mint17.3
Posts: 340

Original Poster
Rep: Reputation: 31
Upgrade firefox

Hi Reddazz
Now have Firefox 2 working fine from kickerbar
Thanks for all your help
Have a good
Maurice
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Carrier Grade Linux abhavana Linux - Software 3 05-11-2006 01:40 AM
Enterprise grade linux setup wizzkid8 Linux - Enterprise 0 03-04-2006 08:01 AM
build grade from source @ngelot Linux - Software 2 11-26-2005 04:01 AM
how to down-grade from gcc3.2.2 to gcc2.95? karfei00 Linux - Newbie 2 06-21-2004 12:48 AM
Down grade glibc-2.3.2-11.9 in RHAS2.1 truongnth Red Hat 0 03-03-2004 03:19 AM

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

All times are GMT -5. The time now is 06:01 PM.

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