LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-17-2005, 09:23 PM   #1
duffmckagan
Senior Member
 
Registered: Feb 2005
Distribution: Cent OS 6.4
Posts: 1,163

Rep: Reputation: 49
Help for Firefox Install


I recently downloaded the latest version (critical update)....for Mozilla Firefox (1.0.3)

i extracted it in a directory and clicked on the installer file.

i am a newbie at installin stuff is linux and i am tryin to understand where do we put things in Linux.

so accordingly, i changed the path for the installation to

/usr/lib

and then the installer installed firefox in a folder called firefox-installer in the above mentioned directory....

My problem is i am not able to start firefox as a user.....

I think i have placed it in the wrong directory.....

Can anybody help me on this?
 
Old 04-17-2005, 09:31 PM   #2
kak
Member
 
Registered: Jul 2004
Location: Moriarty, NM, USA about 100 yards form Rattle Snake Coutry
Distribution: Slackware , Ubuntu
Posts: 269

Rep: Reputation: 30
Make a symlink from /usr/lib/firefox-installer/firefox to /usr/bin/firefox
In a terminal type:

ln -s /usr/lib/firefox-installer/firefox /usr/bin/firefox

Now you should be able to launch with simply typing firefox
 
Old 05-03-2005, 04:50 AM   #3
duffmckagan
Senior Member
 
Registered: Feb 2005
Distribution: Cent OS 6.4
Posts: 1,163

Original Poster
Rep: Reputation: 49
I have done a clean install of Mandrake 10.1 Official version now, and now, I have almost installed firefox properly.

I put it in

/usr/local (i think that was the appropriate place to put it in)

Now, according to your instructions, I have put a link in /usr/bin

But, now this requires me to keep the konsole running.

Is there any other way, to put a link to firefox in the startup menu, in the Internet Browsers sections?

SO i could just click on it, and start with Firefox.

I have the same tar.gz format file for Firefox 1.0.3
 
Old 05-03-2005, 04:59 AM   #4
duffmckagan
Senior Member
 
Registered: Feb 2005
Distribution: Cent OS 6.4
Posts: 1,163

Original Poster
Rep: Reputation: 49
I don't know how it happened.

There was a link pointing to Firefox in my Home folder.

It is just workin fine with the shortcut now.

But is there any way that i could access it from the Start MENU?
 
Old 05-03-2005, 05:38 AM   #5
phantompgr
Member
 
Registered: Sep 2002
Location: South Wales, UK
Distribution: Fedora Core & Mandrake
Posts: 83

Rep: Reputation: 15
Putting shortcuts into the window manager menu depends on the window manager you are running, either Gnome or KDE. So which one are you running on Mandrake?
 
Old 05-03-2005, 06:20 AM   #6
duffmckagan
Senior Member
 
Registered: Feb 2005
Distribution: Cent OS 6.4
Posts: 1,163

Original Poster
Rep: Reputation: 49
Sorry for insufficient information.

I am using KDE 3.2.3.
 
Old 05-03-2005, 06:27 AM   #7
phantompgr
Member
 
Registered: Sep 2002
Location: South Wales, UK
Distribution: Fedora Core & Mandrake
Posts: 83

Rep: Reputation: 15
In which case to add entries into the menu do one of the following:

Right-Click the KDE menu-panel button and select edit (I think that would be the entry)

or

run kmenu from a konsole

or

run drakmenu from a konsole

Kmenu is the KDE menu editor.
drakmenu is the Mandrake menu editor.

Have tended to cause confusion with the menu if using both so stick to one or the other. They open up similar guis to allow you to enter new entries in the various application sub-menus.

The Phantom
 
Old 05-03-2005, 06:50 AM   #8
duffmckagan
Senior Member
 
Registered: Feb 2005
Distribution: Cent OS 6.4
Posts: 1,163

Original Poster
Rep: Reputation: 49
I did it........

Thanks.....

Where can i get an Icon for firefox.......?

Is it so that all the softwares to be installed in Linux involve such a lengthy procedure to be handled?

I mean the softwares in tarball packages.. and install.sh etc.
 
Old 05-03-2005, 08:11 AM   #9
phantompgr
Member
 
Registered: Sep 2002
Location: South Wales, UK
Distribution: Fedora Core & Mandrake
Posts: 83

Rep: Reputation: 15
In one of the Firefox subdirectories are two icon files, I think either png or xpi.

Okay first off you have tarred all linux platform software with the same brush and this needs a little explaining...

a) you have installed a linux distro, Mandrake 10.1, thus you have a rediculous amount of software at your disposal that took the effort of you installing a linux distro, ie. doing one thing got you so much extra.

b) installing proprietry software like codeweavers crossoffice application (app for running windows software) is very easy and has a nice installshield type installer. This represents the only native linux proprietary app I use on linux hence this is my example.

c) open source software supplied by companies and large agencies. OpenOffice.org I believe would fit this category and it too has a nice installer.

d) open source software supplied by individuals and small groups of people as projects. My thinking here is a lot of the projects found on repositories like sourceforge. Individuals give their time to create this software as projects for themselves that they make available to the community. Such software will not necessarily have good installers because that is not so important for the people creating these projects. However, a lot of projects will provide binaries to make installation a lot easier, eg. in the rpm format.

Only if you install from source will you need to compile and use tarballs etc...

Firefox is particularly easy as you dont even need to use its installer. Simply download it, untar it and copy the resulting directory to wherever you choose to locate it. In my case I copy the firefox directory to /usr/firefox. Now I could put /usr/firefox in my path but choose to create a symlink in /usr/bin. I would say a copy operation is not signifcantly hard.

The placing of an entry on the KDE menu maybe a bit of effort but note all the important apps that came with Mandrake are already there on the menu. I believe the next Mdk distro includes firefox so such effort will be completely unnecessary in the future.

So endeth the essay.... apologies for the length.

The Phantom
 
Old 05-03-2005, 10:17 AM   #10
duffmckagan
Senior Member
 
Registered: Feb 2005
Distribution: Cent OS 6.4
Posts: 1,163

Original Poster
Rep: Reputation: 49
Apologies!!!

Come On man.........

That was great.

Thanks for your time.
 
  


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
Where did Firefox install to? Adrian Baker Linux - Software 11 07-06-2005 01:20 PM
I can't install Firefox 1.0.4 EliasAlucard Linux - Software 8 06-14-2005 06:20 PM
FireFox 1.0.1 Install BigAmp Mandriva 2 03-13-2005 02:11 PM
Cannot install firefox 0.10.1 nigelc Linux - Software 1 10-29-2004 12:58 AM
Firefox install not going well hamish Linux - Newbie 7 03-24-2004 02:37 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:40 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