LinuxQuestions.org
Help answer threads with 0 replies.
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 10-04-2004, 09:39 PM   #1
xeo196
LQ Newbie
 
Registered: Oct 2004
Location: Home
Posts: 7

Rep: Reputation: 0
Firefox installation


Hello everybody, I am new Linux and I hope I could obtain help at this forum. I surf the web and this is the best forum so far.

I donwloaded Firefox for my RedHat 9.0 and put it in /home/my_name

I right click to renamed the package to firefox.tar.gz, and extracted it.
go the the console trying to do the following steps as mentioned on this forum.


tar firefox.tar.gz (and the whole bunch of file fly by)
./configure
make
su
Password: ******
make install

But as soon as I typed ./configure and I got the error message saying that "there is no such file or directory".

Being a newbie, I don't know what to do next. Please help and be detailed. I also waned to view the help file for the installation instruction, but I don't know what command to use.

Really appreciated,


xeo
 
Old 10-04-2004, 09:49 PM   #2
Boby
Member
 
Registered: Feb 2004
Posts: 781

Rep: Reputation: Disabled
Hello and welcome to LQ!

After you extract the archive just double-click on "firefox-installer"

From terminal:
Code:
tar -zxvf firefox-archive.tar.gz
cd firefox-installer
./firefox-installer
To install Firefox systemwide you have to install it as root, somewhere like /usr/lib or /usr/local.
To gain root access:
Code:
su
Password:
To get back to normal user:
Code:
exit
When you run a file in the current directory you have to type:
Code:
./file
else it's just normal:
Code:
/path/to/file
Good luck!
Boby

Later Edit:
snakeo2, sorry but you are wrong too. Firefox has a graphical installer that is started by the file "firefox-installer", sure after unpacking the archive. No compiling and stuff needed

Last edited by Boby; 10-04-2004 at 10:07 PM.
 
Old 10-04-2004, 09:53 PM   #3
snakeo2
Member
 
Registered: Mar 2004
Location: Miami, Fl
Distribution: Red Hat 9/fedora core3/
Posts: 273

Rep: Reputation: 31
I dont know if you did this or not , but did you cd to the new directory created after u umcompressed the tar ball?
ex:
tar -xvzf firefox.tar.gz\
this will umcompress and create a directory probably called firefox
cd firefox
./configure
make
su
password
make install

hope that helps
 
Old 10-05-2004, 12:41 AM   #4
ryancoolest
Member
 
Registered: Jan 2004
Location: Pinas
Distribution: Mandrake
Posts: 152

Rep: Reputation: 30
Just download the firefox gtk2 there no need to run configure...

http://ftp.mozilla.org/pub/mozilla.o...staller.tar.gz

just run firefox (e.g. => ./path/to/firefox) you can run even you're on a usermode...
 
Old 10-05-2004, 09:15 AM   #5
xeo196
LQ Newbie
 
Registered: Oct 2004
Location: Home
Posts: 7

Original Poster
Rep: Reputation: 0
Thanks so much it works and yes with FF you could run in user mode.

You guys replied faster than I could say thanks. This forum is awsome. I will learn Linux really quick if I just read around the forum and have you guys in my corner. Thanks....

I have question though, I don't see the short cut anywhere. I looked in the FF dir but did not see it. I want to make to shortcut on the desktop so that it is convenient.


Please help,


You guys rock...


xeo
 
Old 10-05-2004, 09:44 AM   #6
michapma
Member
 
Registered: Oct 2003
Location: Zürich
Distribution: Debian
Posts: 537

Rep: Reputation: 39
Not sure if this is Debian specific, but I just type in:
update-menus

And then Firefox appears in the menus. But that's using the Gnome desktop.

Otherwise, you can make a shortcut on your desktop. Just right-click and select the appropriately named entry (probably something like create launcher in Gnome), then make sure you specify that it's an application. You can even find an icon for Firefox.

Cheers
 
Old 10-05-2004, 08:02 PM   #7
ryancoolest
Member
 
Registered: Jan 2004
Location: Pinas
Distribution: Mandrake
Posts: 152

Rep: Reputation: 30
What distribution are you using?

Well on my part, I just dag it to my desktop like windows... BTW i'm using mandrake 10.1 official community release
 
Old 10-22-2004, 11:03 AM   #8
cab
LQ Newbie
 
Registered: Oct 2004
Posts: 3

Rep: Reputation: 0
Quote:
Originally posted by Boby
To install Firefox systemwide you have to install it as root, somewhere like /usr/lib or /usr/local.
Hi there,

I am also a newbie, running a Mandrake 10.0. I followed your instructions and Firefox is now succesfully installed in /usd/lib, but I noticed that the system did not install any links in the menu.

Is there a straight forward (I mean something that you run as a one-off as root) way of creating the relevant shortcut and icon in the menu (e.g. Internet -> Web Browsers -> Firefox)? All other browsers installed with the system, such as Konqueror and Mozilla are there.

Thank you for your help.
 
Old 10-24-2004, 08:42 AM   #9
Boby
Member
 
Registered: Feb 2004
Posts: 781

Rep: Reputation: Disabled
Hi cab!

With "systemwide" [installed by root] I mean that it can be run by all users, 'cause if you install it as user "x" it can't be used by user "y".

What window manager are you using?
I'm using KDE under Fedora Core2. Usually the KMenu is updated when you install from RPM's.
I'm not sure if this is the same like in Mandrake but go:
Control Center >> Desktop >> Panels >> Menus >> Edit KMenu
There you can select new applications.

To put a shortcut on you desktop:
right click >> Create new >> File >> Link to application

You do all this as normal user

Hope it helped!
Boby
 
Old 10-24-2004, 05:17 PM   #10
cab
LQ Newbie
 
Registered: Oct 2004
Posts: 3

Rep: Reputation: 0
Hi Boby,

I have been playing around since then, and I found the solution. You can update the system menu in KDE as root, and the modification will appear in the menu of all users. Then whomever is interested can modify their personal desktop by dragging the link where they want and choosing "copy here".

Thank you for your help anyway :-)
 
Old 10-24-2004, 06:10 PM   #11
snakeo2
Member
 
Registered: Mar 2004
Location: Miami, Fl
Distribution: Red Hat 9/fedora core3/
Posts: 273

Rep: Reputation: 31
Hi cab, whats the command you used to update the menu?? thanks in advance
 
Old 10-25-2004, 06:06 PM   #12
cab
LQ Newbie
 
Registered: Oct 2004
Posts: 3

Rep: Reputation: 0
Quote:
Originally posted by snakeo2
Hi cab, whats the command you used to update the menu?? thanks in advance
Very easy (I used the Mandrake KDE menu):

Go to the Start menu > System > Configure your computer. The system asks you for the root password, then you choose to configure the desktop menu. Once you update it, the links will appear in all users menu. I believe that there must even be a way of adding desktop icons in one go, but I haven't found out how, yet.
 
  


Reply



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
Firefox 1.0.7 installation Sushy Linux - Software 3 10-05-2005 07:06 PM
firefox installation perdesiz Linux - Software 1 12-28-2004 07:18 AM
Firefox Installation foxy123 SUSE / openSUSE 5 12-20-2004 04:03 AM
Firefox 0.9 installation napalm_101 Linux - Software 21 10-27-2004 10:41 PM
Firefox installation help Kristijan Linux - Software 3 04-11-2004 06:27 AM

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

All times are GMT -5. The time now is 11:44 PM.

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