Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Running newly installed firefox binary still runs the old version

  • 3 replies
  • 5 have this problem
  • 44 views
  • Last reply by w002tes

more options

Linux CentOS, downloaded firefox-45.0.2.tar.bz2, extracted, then ~/Downloads/firefox/firefox initiates browser, Help-->About firefox still shows Firefox ESR v.31.2.0 which is too old to be supported by many applications (e.g., youtube videos no longer play)

Linux CentOS, downloaded firefox-45.0.2.tar.bz2, extracted, then ~/Downloads/firefox/firefox initiates browser, Help-->About firefox still shows Firefox ESR v.31.2.0 which is too old to be supported by many applications (e.g., youtube videos no longer play)

Chosen solution

Do you still have other Firefox versions installed, possibly from the repositories of your Linux distribution?

To what folder did you extract the files in the 45.0.2 release?

Did you try to use a script to change the directory and start Firefox or possibly start Firefox via a terminal window?

#!/bin/sh

cd ~/Downloads/firefox/firefox
./firefox

# you can try this command with the -no-remote switch and create a new profile:
# ./firefox -no-remote -P
Read this answer in context 👍 1

All Replies (3)

more options

Chosen Solution

Do you still have other Firefox versions installed, possibly from the repositories of your Linux distribution?

To what folder did you extract the files in the 45.0.2 release?

Did you try to use a script to change the directory and start Firefox or possibly start Firefox via a terminal window?

#!/bin/sh

cd ~/Downloads/firefox/firefox
./firefox

# you can try this command with the -no-remote switch and create a new profile:
# ./firefox -no-remote -P
more options

Was the old Firefox 31.2.0 still running when you tried to start Firefox 45.0.2

Also did you try to run the Firefox 45.0.2 script while all Firefox instances were exited/quit.

more options

Thank you, these 2 responses put me on track. 1) "Do you still have other Firefox versions installed, possibly from the repositories of your Linux distribution?"

Yes, there are other versions installed

"To what folder did you extract the files in the 45.0.2 release?"

I downloaded to ~/Downloads, closed my open firefox browser, then executed the firefox binary in directory ~/Downloads/firefox. However, I tried your suggestion firefox -no-remote -P to get a new profile dialogue box and found I couldn't use the existing profile because firefox was running (even though I closed it)

2) "Was the old Firefox 31.2.0 still running when you tried to start Firefox 45.0.2" I closed the browser

"Also did you try to run the Firefox 45.0.2 script while all Firefox instances were exited/quit"

I thought I did, but your and co-rel's responses got me to

  1. ps aux | grep firefox

and find there was still something running in the background, which I killed.

Now, I see that the firefox binary in ~/Downloads/firefox is a binary installed several days ago with

  1. yum update firefox

which gives v.38.7.0

This is updated enough to get applications working which were not working before, but I'm at a loss as to what happened to v.45 which was downloaded and extracted to ~/Downloads.

Maybe it's best to use the version installed/updated by the package manager for CentOS 6 and not try to get farther ahead than what is in the repositories? I can be a glutton for punishment, though---wouldn't mind fiddling with v.45