Linux - NewbieThis forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
First of all I would like to thank everyone that responded to my first question. Y'all were a great help. I have downloaded F9 and have gotten it to work. I will have F11 up and working soon.
My current problem is this. I have downloaded Firefox 3.5.2. This is a tar file. I have done some research but I am stumped. I have used the "yum update firefox" command and this has worked. I was able to install FF3.0.11. But I am unable to update to the most current version. I have looked on the various forums for answers. My problem is that the people responding to the questions assume that the questioner has some in depth knowledge. Right now I do not fall into this category. Can anyone give me a straight forward approach on how to accomplish this. Please keep in mind that you are dealing with someone that is very new to this and be as detailed as possible.
I think that you should remove firefox 3.0.xx and with yum you should install firefox 3.5 just type:
Code:
yum install firefox-3.5
This one might work, now I don't use yum as default package manager so that package may not exist
However when you extract firefox from a .tar.* this extracts the binaries that you should be already able to run. Nothing to compile Let me know if it works.
Thanks guys. I think that I will wait till I get F11. I just have gotten F9 to work and I don't want to mess anything up right now. John does the same hold true for Thunderbird?
Distribution: pclos2009.2, slack13, Debian Lenny (+30 others, for test only)
Posts: 2,898
Thanked: 267
Firefox 3.5.x worked in first try on my Fedora 9.
No hacks.
Easy to try out : Unpack in /home/'username'
cd firefox
./firefox
... or just click the 'firefox' script.
Same method for the latest Thunderbird.
( I haven't tested Thunderbird.)
.....
Firefox 3.5.x worked in first try on my Fedora 9.
No hacks.
Easy to try out : Unpack in /home/'username'
cd firefox
./firefox
... or just click the 'firefox' script.
Same method for the latest Thunderbird.
( I haven't tested Thunderbird.)
.....
When I type (from superuser prompt): "yum update firefox*" or "yum upgrade firefox*", I get only Firefox 3.5.2. But Mozilla is already up to 3.5.3 and recommending that. So why doesn't yum catch this? Do I really have to download from Mozilla direct? What are we supposed to do with a tar.bz2 file? I hope they don't expect us to do a build.
Distribution: pclos2009.2, slack13, Debian Lenny (+30 others, for test only)
Posts: 2,898
Thanked: 267
@ Wim Sturkenboom
Redhat EL 4.7 , Slackware 9.1 and similar age :
yes to ' -jxvf ' or ' jxvf '. ( and zxvf )
All later and current Linux's : No.
file.tar file.tar.gz file.tgz file.tar.bz2 :
' tar xvf ' will do. .. > > please try with Slack 10.2
I don't know, when the change was made in tar ...
... EDIT ... from /usr/doc/tar-1.15.1/NEWS , slack 10.2
Quote:
version 1.15 - Sergey Poznyakoff, 2004-12-20
* Compressed archives are recognised automatically, it is no longer
necessary to specify -Z, -z, or -j options to read them. Thus, you can
now run `tar tf archive.tar.gz'.
And when did I find out the change was made .... 2 years ago, may be.
So I also used -jxvf all these years ...
.....
Or wait some hours , and the repo has it.
EDIT EDIT : Is in the Fedora 11 repo now.
Got 3.5.3 with # yum install firefox .
.....
I've been pinging back and forth between yum and System:Administration:Software Update so often, I'm not sure how I got it, but I finally got Firefox 3.5.3. I think it was Software Update that did it.
Why am I pining back and forth so much, you wonder? It is because my first attempt to update, using Software Update from the GUI, looked like it hung. I eventually gave up on it completley, and did "yum upgrade" as root. That took a long time too, but at least it gave plausible progress indications, and I was pleased to find Firefox 3.5.3 intact, and even Software Update agreeing that everything was up to date -- after I rebooted Fedora.
So thanks for the clarification, but I did not need to use the tarball after all.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.