LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux 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


Reply
  Search this Thread
Old 04-27-2014, 04:49 PM   #1
phillyfilly
LQ Newbie
 
Registered: Feb 2014
Posts: 10

Rep: Reputation: Disabled
please help!! Installing Firefox


I am running Fedora 20 on VMware 10. Firefox 27 is already installed but I need to install Firefox 28 by command line.

I need to know what to type.

I put yum install firefox.x86-64 firefox 28.0-3.fc20

Linux doesn't recognize the space between firefox and 28. It also doesn't recognize it if I put a period between them.

And when the system is resolving dependencies, if you have a problem with a library, where do you go to get a fresh copy of that library?

Thanks for your help.

Last edited by phillyfilly; 04-27-2014 at 04:59 PM.
 
Old 04-27-2014, 05:28 PM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,513

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
The install / update command is :

# yum install firefox.x86_64

Please always use like $ yum search firefox
.. to know the right package name.
* I.e. yum does not accept spell errors.

-
 
1 members found this post helpful.
Old 04-27-2014, 05:34 PM   #3
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
Quote:
Originally Posted by phillyfilly View Post
I am running Fedora 20 on VMware 10. Firefox 27 is already installed but I need to install Firefox 28 by command line.

I need to know what to type.

I put yum install firefox.x86-64 firefox 28.0-3.fc20

Linux doesn't recognize the space between firefox and 28. It also doesn't recognize it if I put a period between them.

And when the system is resolving dependencies, if you have a problem with a library, where do you go to get a fresh copy of that library?

Thanks for your help.
via command line type the following:

Code:
# yum search firefox | grep 28.0*
then once you have that info you can pick and choose the file you wish to install via yum.
 
Old 04-27-2014, 06:19 PM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
just a plain search will show you
Code:
su -
yum search firefox
you will get a lot of other hits but the current is in there

or just do a normal everyday update and if a new version has been released it will be installed

Code:
su -
yum update
and that is it , all you7 need to do is type 2 words after becoming root
 
1 members found this post helpful.
Old 04-27-2014, 06:37 PM   #5
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,342
Blog Entries: 28

Rep: Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145
Just as an aside, Linux does not like spaces in file names or URLs.

There are ways of dealing with spaces; in URLs, for example, they get replaced with %20. In filenames, you can escape them with a backslash; for example, "some windows file.something" can be typed as "some\ windows\ file.something."

Best practices dictate not to use them. You will not find spaces in native Linux file names.
 
Old 04-28-2014, 12:49 AM   #6
phillyfilly
LQ Newbie
 
Registered: Feb 2014
Posts: 10

Original Poster
Rep: Reputation: Disabled
Really need help, now

--I had a typo. I had typed in my system yum install firefox.x86_64 (underscore, not a hyphen). It asked me for a file name.
So the firefox.x86_64 was not enough.

--When I type yum update firefox.x86_64 it comes up with hundreds of lines of dependencies. It tells me that I have duplicate files and missing files -- and I don't know how to handle these.
What do I do about all the dependencies?

--When I type yum update, it wants more info.

--How do you stop the screen from scrolling up, out of view?
I want to stop it at 20 lines. There is an error message that I cannot get to read.

--For the command yum search firefox | grep 28.0* my system said it was an invalid command.

--I still need to know how to install Firefox 28 by command line and I need to do this Monday. I need step-by-step help. Thanks.

Last edited by phillyfilly; 04-28-2014 at 01:01 AM.
 
Old 04-28-2014, 02:56 AM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
the default firefox is NORMALLY the 32 bit version
all the default firefox plugins are 32 bit
the Adobe flash plugin is 32 bit ( but the 64 bit works now)
the media plugin is 32 bit

if you install the 64 bit version
you ALSO!!!! have to install all the 64 bit plugins
including all the 64 bit multimedia software to play videos in firefox


that is why
Code:
su -
yum update
is the BEST way to make sure that the current is installed

you also have to manually change settings
 
1 members found this post helpful.
Old 04-28-2014, 07:31 PM   #8
phillyfilly
LQ Newbie
 
Registered: Feb 2014
Posts: 10

Original Poster
Rep: Reputation: Disabled
So Simple, but if you don't know

yum update did the trick. I now have Firefox 28. It updated a whole lot of other things, as well.

Two words. So simple. But if you don't know, you don't know.

Thank you to everyone who replied.
 
  


Reply

Tags
fedora 20, firefox



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
Downloading Firefox, or burning a CD & installing Firefox from the CD drmjh Linux - General 4 01-04-2012 07:21 PM
How do i make firefox 3 work after installing firefox 2 on Ubuntu 8.04 avinash.rao Ubuntu 10 09-06-2008 10:34 AM
installing firefox 2.0 praetorianx Linux - Software 6 01-26-2007 11:23 PM
Help installing Firefox 1.5.0.7... jim_naisium Slackware 4 09-30-2006 04:17 PM
Removing Firefox 1.0.6 and installing Firefox 1.5 JockVSJock Slackware 12 12-16-2005 01:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:39 AM.

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