LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Upgrading Firefox (https://www.linuxquestions.org/questions/linux-software-2/upgrading-firefox-386604/)

ipodlinux 11-26-2005 12:14 AM

Upgrading Firefox
 
Does anyone know how to upgrade from Firefox 1.0.6 to 1.0.7? i downloaded the tar.gz file already i just need to know what to do. I tried clicking on the Firefox installer-bin (which is supposed to work according to the firefox installer information) and nothing poped up. Can someone help. Thanks.

BajaNick 11-26-2005 01:26 AM

You might have to delete the existing firefox directory but export your bookmarks first.
Type "tar -xvzf filename" then, "tar -xvf filename" change directory to firefox-installer then type ./firefox-installer and follow the prompts.

ipodlinux 11-26-2005 03:11 AM

that didn't quite work. I dont really want to delete it, because if i can't end up installing it ill be stuck with Konqueror<uh>
What program would i open up that firefox installer with?

mcmillan 11-26-2005 10:44 AM

It shouldn't need to be opened using any program. Could be the installer isn't executable. Try right-clicking and look at the properties of the installer. There should be a tab listing the permissions. If it's not executable you should be able to add the permission from that tab (at least you can in Gnome).

bioalchemist 11-26-2005 12:21 PM

Re: Upgrading Firefox
 
Quote:

Originally posted by ipodlinux
Does anyone know how to upgrade from Firefox 1.0.6 to 1.0.7? i downloaded the tar.gz file already i just need to know what to do. I tried clicking on the Firefox installer-bin (which is supposed to work according to the firefox installer information) and nothing poped up. Can someone help. Thanks.
Here do this: move the .tar.gz file to the directory where you will run firefox from (I put all mine in /usr/lib). Then, do this:
Code:

tar xzvf firefox.tar.gz
replacing "firefox" with the name of your tar.gz file. Then, do this (as root):
Code:

./firefox-installer
Now, just edit your menu so that when you click on the firefox icon it points to the executable you just installed for 1.0.7 and everything should be fine. Hope this helps.

ipodlinux 11-26-2005 03:03 PM

Quote:

Originally posted by mcmillan
It shouldn't need to be opened using any program. Could be the installer isn't executable. Try right-clicking and look at the properties of the installer. There should be a tab listing the permissions. If it's not executable you should be able to add the permission from that tab (at least you can in Gnome).

well.... Im on KDE so... oh and i right clicked it and it is executable(.exe im assuming) and it should work but it doesnt. so i clicked run with(or "as" im not sure) ...but i do not know the program that is used to open it... Can someone tell me what it is.(the program)

and When you enter that command above do you enter it in Konsole?

thanks

coldnwindy 11-26-2005 05:27 PM

Get Firefox 1.5. It has automatic upgrading.

ipodlinux 11-26-2005 05:36 PM

i gotta upgrade to it first!!!!
did you even read my post??

mcmillan 11-26-2005 07:20 PM

Quote:

i right clicked it and it is executable(.exe im assuming) and it should work but it doesnt.
I just want to make sure this is correct, since nothing really should end in .exe. That is what a windows installer would include. Actually I'm wondering if this is what happened. If you have a windows installer it obviously wouldn't do anything when you try to install it. If it was just not executable I think it will open it as a text file.

So I decided to play around in KDE for a bit and it seems like the way to make something executable is to check a box beneath the boxes for read and write permisions, labeled as "is executable" If it's not checked that could be the problem. As I said, there isn't anything that the installer needs to be run with. Just double clicking will install it as long as it's executable, or maybe it will give you an option to open it as a text file.

You do use the commands that bioalchemist (awesome name by the way) gave you in Konsole, except I think you may already have done the first part in order to even get to the installer. That step is will extract the files from the compressed format that you downloaded them in. Then the second will actually run the installer. I did notice that the extraction command is the wrong file name, but it gives you the idea. Also before you run the installer you'll need to change to the decompressed folder by
cd /firefox-installer/
Then run
./firefox-installer

If it doesn't work tell us any errors you get after trying to run the installer.

ipodlinux 11-26-2005 07:27 PM

its not an .exe file. i downloaded the linux version(from my linux computer).

ipodlinux 11-26-2005 07:30 PM

i typed su
then my password(to get into root)
then i typed ./firefox-installer and it said
bash: ./firefox-installer: no such file or directory.

mcmillan 11-26-2005 11:25 PM

Try running it using the full path name. (for me extracting it where it gets downloaded in my home folder would be /home/name/firefox-installer/fire-foxinstaller also it might be smart to use tab to auto-complete to make sure you're trying to run something that is actually there.

BajaNick 11-27-2005 12:13 AM

Quote:

Originally posted by ipodlinux
i typed su
then my password(to get into root)
then i typed ./firefox-installer and it said
bash: ./firefox-installer: no such file or directory.

Did you change to the directory where it was extracted?


All times are GMT -5. The time now is 01:22 AM.