LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Upgrade to Firefox 3.5.n on Fedor 9: How to, please (https://www.linuxquestions.org/questions/linux-software-2/upgrade-to-firefox-3-5-n-on-fedor-9-how-to-please-746140/)

wombat53 08-08-2009 10:32 PM

Upgrade to Firefox 3.5.n on Fedor 9: How to, please
 
This is probably a dumb question, but yum seems not to be upgrading Firefox. I have d/loaded the most recent release, untarred the zipfile, and stored it in /tmp. The untar created a directory "firefox", and I am now at a standstill. The README.txt is meaningless, and the run-mozilla.sh script - which looks like it might do something useful - simply issues:
run-mozilla.sh cannot execute.
So, what is the Fedora endorsed way to upgrade a user program such as Firefox, please?
Thanks
George

ThinkFree 08-09-2009 02:42 AM

If you downloaded tar file from firefox's website, then you need to run the script firefox in the extracted directory to run it.

lazlow 08-09-2009 03:10 AM

Support for F9 was dropped in early July. There will be no new official updates of any kind from now on. Each version of Fedora is only supported for 13months. If you are looking for longer support(and free) you may want to look at Centos. Centos is RHEL with the logos removed. It has a five year support life and is free to download/update(unlike RHEL).

wombat53 08-09-2009 04:56 AM

Hmmm. the extracted firefox script seems to never terminate. Perhaps I'll stick with 3.0.11 for now. Yes, I realize Fedora 9 is no longer supported.....I guess its upgrade time!.
Thanks
George

wombat53 08-16-2009 03:47 AM

OK, I have now upgraded to FEDORA 10. I have downloaded firefox 3.5 zip, untarred it , and there are still no instructions that I can find.
I did read somehwhere you cannot upgrade but must must install fresh (3.5). Is this correct? If so, then I still have the question how to install (or upgrade over 3.0.n, if possible).
And if a fresh install is required, how to clean up the old version? I'm not all that experience with package management and program removal.
I would be grateful for any help on this question.....
And one final thing...would the links to the Firefox Internet Browser from the small "f" icon (Kickoff Application Launcher) in the lower left of KDE pick up this newer version?
Thanks
George

repo 08-16-2009 04:12 AM

How I did my upgrade to firefox 3.5.2

Code:

cd /opt
tar -xvf /home/user/download/firefox.tar

It will be extracted in the folder firefox in /opt
To start firefox
Code:

/opt/firefox/firefox
You can add a launcher on your desktop, or change the properties of the curent firefox icon.

ThinkFree 08-16-2009 04:22 AM

Use the instructions mentioned above.
If you find this troublesome, you can use
yum update firefox
to update firefox to latest version. It will automatically remove the earlier version.

wombat53 08-16-2009 04:24 AM

Thanks repo....How to "change the properties of the curent firefox icon" that appears in App Launcher,Applications, Internet, Firefox Typically a rt click would open up such a dialog......
Also, will your procedure lead to uninstall of the prior version, or is that to be done manually?
Thanks
George

wombat53 08-16-2009 04:31 AM

ThinkFree - I really don't know why this is so hard.....
[root /etc]#yum update firefox
Loaded plugins: presto, refresh-packagekit
Setting up and reading Presto delta metadata
No Presto metadata available for adobe-linux-i386
No Presto metadata available for fedora
No Presto metadata available for livna
No Presto metadata available for updates
Setting up Update Process

ThinkFree 08-16-2009 04:32 AM

Quote:

Originally Posted by wombat53 (Post 3645096)
Thanks repo....How to "change the properties of the curent firefox icon" that appears in App Launcher,Applications, Internet, Firefox Typically a rt click would open up such a dialog......
Also, will your procedure lead to uninstall of the prior version, or is that to be done manually?
Thanks
George

^If using GNOME, Go to SYSTEM>PREFERENCES>MAIN MENU

Here under menus, select INTERNET. In right pane, you will find firefox's entry. Right Click and select properties. In the COMMAND box, enter the path of new firefox script.

It won't remove the earlier version of firefox.

ThinkFree 08-16-2009 04:35 AM

Quote:

Originally Posted by wombat53 (Post 3645105)
ThinkFree - I really don't know why this is so hard.....
[root /etc]#yum update firefox
Loaded plugins: presto, refresh-packagekit
Setting up and reading Presto delta metadata
No Presto metadata available for adobe-linux-i386
No Presto metadata available for fedora
No Presto metadata available for livna
No Presto metadata available for updates
Setting up Update Process

What are the contents of .repo files in /etc/yum.repos.d directory on your system? And no fedora*.repo file seems to be there.

repo 08-16-2009 04:40 AM

Quote:

.How to "change the properties of the curent firefox icon" that appears in App Launcher,Applications, Internet, Firefox Typically a rt click would open up such a dialog......
I add the launcher to the panel or desktop, and do the changes from there, so I can use them both.
Quote:

Also, will your procedure lead to uninstall of the prior version, or is that to be done manually?
It will only install the latest version.
Just leave the old version, it will be upgraded by your system.

wombat53 08-16-2009 04:54 AM

Think Free
Here are the repos undert /etc....

yum.repos.d:
adobe-linux-i386.repo fedora.repo fedora-updates-testing.repo
fedora-rawhide.repo fedora-updates.repo livna.repo


I have to presume I am missing something important?
George

ThinkFree 08-16-2009 05:08 AM

What is the value of
enabled in
[fedora] section in fedora.repo and fedora-updates.repo ?

wombat53 08-16-2009 05:41 AM

Think Free
Both "enabled" in those 2 files are set to 0. I guess I had better change them to 1!!!!!!!!!!yes?
George

ThinkFree 08-16-2009 06:18 AM

^Yes, to enable them you have to set them to 1. Try after setting them to 1.

wombat53 08-16-2009 06:33 AM

Sadly:
[root ~]#yum install firefox
Loaded plugins: presto, refresh-packagekit
Setting up and reading Presto delta metadata
No Presto metadata available for adobe-linux-i386
No Presto metadata available for fedora
No Presto metadata available for fedora-debuginfo
No Presto metadata available for fedora-source
No Presto metadata available for livna
No Presto metadata available for livna-debuginfo
No Presto metadata available for livna-source
No Presto metadata available for updates
No Presto metadata available for updates-debuginfo
No Presto metadata available for updates-source
Setting up Install Process
Package firefox-3.0.13-1.fc10.i386 already installed and latest version
Nothing to do

ThinkFree 08-16-2009 06:47 AM

Quote:

With the release of Fedora 11 now past us, it's come time to remind
folks that per the release policy, maintenance for the N-2 Fedora
release ends one month after the Fedora N comes out.

In this case, since Fedora 11 just came out, that means that the end
of life for Fedora 9 will be 2009-07-10. After this point, no new
updates, including security updates, will be available for Fedora 9.
We strongly urge folks to upgrade to Fedora 11 in order to experience
the best and latest that Fedora has to offer.
So, even if you are able to get the repos working, you won't be able to get latest version of firefox from fedora repos. So better option will be to upgrade your installation.
What's Presto here?

wombat53 08-16-2009 07:21 AM

I just upgraded to 10 today! And it's always a process fraught with difficulties.
Presto is some kind of enhancement to yum that speeds up the update/download process as per:
http://fedoraproject.org/wiki/Releases/FeaturePresto

George

ThinkFree 08-16-2009 07:33 AM

Problem solved or not?
I have heard about Delta, but didn't know that fedora has named it Presto.

wombat53 08-16-2009 07:36 AM

No, not solved. I guess it has to be some kind of non-yum upgrade (or fresh install)to firefox, with subsequent manual cleanup of the old version.....I'm surprised this is not more seamless.....and everybody seems to have a different way to do it!

moxieman99 08-16-2009 07:56 AM

Quote:

Originally Posted by wombat53 (Post 3645241)
No, not solved. I guess it has to be some kind of non-yum upgrade (or fresh install)to firefox, with subsequent manual cleanup of the old version.....I'm surprised this is not more seamless.....and everybody seems to have a different way to do it!

----------------------------
Before I installed Fedora 10, I downloaded Firefox 3.5.1 rpm, Openoffice 3.1 rpm, and java 1.6-15 rpm and burned them to a CD. Then during the install process, I chose "customize now" and specifically deselected the versions of OpenOffice (3.0) and Firefox (3.0.4) that came with Fedora Core 10, installing the rpms into /opt (openoffice) and /usr (java and firefox) when the initial install was complete.

Simple, fast, and no conflicts. Selecting packages during the Core 10 install was a bit tedious, but I saved a lot of space deselecting a lot of fonts and stuff I will never need, too.

streetfi8er 11-11-2009 01:47 AM

not working this way
 
[QUOTE=repo;3645083]How I did my upgrade to firefox 3.5.2

Code:

cd /opt
tar -xvf /home/user/download/firefox.tar

It will be extracted in the folder firefox in /opt
To start firefox
Code:

/opt/firefox/firefox
hi,i am using fedora 10 and i downloaded the tar file for firefox 3.5.5 and followed as u instructed , but when the firefox is starting , in the help tab i find the version to be the old one i.e. 3.0.11... please help as to how to install to the latest firefox version?


All times are GMT -5. The time now is 04:30 PM.