Jump to content

using firefox after untar


Guest surecure
 Share

Recommended Posts

Guest surecure

I'm a complete linux newbie and I'm trying to get a handle on installing software. I downloaded firefox and did the following..tar -xzvf firefox-1.5.tar.gz . This created a folder called firefox in my home/user directory. I'm used to installing on windows where it will add the program to a list so I can launch it. What is my next step to start using firefox? Thanks for any help.

--I've also tried going to the firefox folder in console and typing ./configure, ./make but I get the following bash: ./make: No such file or directory

Edited by surecure
Link to comment
Share on other sites

Guest surecure
I went to http://rmp.pbone.net and did a search for firefox. Then I downloaded the suse 9.3 rpm for firefox 1.5. Works fine. You'll just have to manually make the menu entry with menudrake.

 

Thank you so much for the help. I took your advice and got an rpm off that site and I was able to add an icon to the menu using menudrake.

 

Thanks again.

Link to comment
Share on other sites

I'm a complete linux newbie and I'm trying to get a handle on installing software.  I downloaded firefox and did the following..tar -xzvf firefox-1.5.tar.gz .  This created a folder called firefox in my home/user directory.  I'm used to installing on windows where it will add the program to a list so I can launch it.  What is my next step to start using firefox?  Thanks for any help.

--I've also tried going to the firefox folder in console and typing ./configure, ./make but I get the following bash: ./make: No such file or directory

You only have to do ./configure, make, make install if you install from source. In this case you just have to start the firefox file in that directory. First you step in to that dir:

cd firefox

then launch it:

./firefox

Don't forget the dot and the slash from the beginning.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...