LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 02-12-2004, 03:25 PM   #1
ickselglic
Member
 
Registered: Jan 2004
Posts: 90

Rep: Reputation: 15
Big Newb question... FireFox install


Ok, I downloaded the Firefox zip and extracted it and have the folder. How do I go about installing it and getting an executable Icon so I can start using it. It is Firefox 0.8... Thanks.
 
Old 02-12-2004, 03:28 PM   #2
Ninja Cow
Member
 
Registered: May 2003
Location: Pensacola, Florida
Distribution: Debian, Slackware, Amigo, Ubuntu
Posts: 221

Rep: Reputation: 30
CD into the Firefox directory and use ./firefox

If you need any more help, please ask. :>
 
Old 02-12-2004, 03:30 PM   #3
superbondbond
Member
 
Registered: Nov 2002
Posts: 668

Rep: Reputation: 30
If they've kept with the same format as firebird, it comes pre-compiled, so once you un-zip (untar, whatever), you just simply fine the executable in the folder it was un-zipped to. On my system I put it in /usr/loc/MozillaFirebird, so I just created a desktop icon that pointed to /usr/local/MozillaFirebird/MozillFirebird.
 
Old 02-12-2004, 03:32 PM   #4
Ninja Cow
Member
 
Registered: May 2003
Location: Pensacola, Florida
Distribution: Debian, Slackware, Amigo, Ubuntu
Posts: 221

Rep: Reputation: 30
Heh, I did the same as Bond. Makes everything a bit easier!
 
Old 02-12-2004, 03:35 PM   #5
ickselglic
Member
 
Registered: Jan 2004
Posts: 90

Original Poster
Rep: Reputation: 15
ok... when I typed in ./firefox, it loaded the browser... Thanks by the way... So I would link to the firefox folder something like tmp/firefox/./firefox??
 
Old 02-12-2004, 03:38 PM   #6
Ninja Cow
Member
 
Registered: May 2003
Location: Pensacola, Florida
Distribution: Debian, Slackware, Amigo, Ubuntu
Posts: 221

Rep: Reputation: 30
You can link it on your desktop. Is that what you mean?
 
Old 02-12-2004, 03:40 PM   #7
ickselglic
Member
 
Registered: Jan 2004
Posts: 90

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Ninja Cow
You can link it on your desktop. Is that what you mean?
Yea. I created a new launcher on the desktop and it is working. Thanks for the quick reply. An Icon came with the download for FireFox... How do I assign that icon to the launcer? Thanks
 
Old 02-12-2004, 03:42 PM   #8
Ninja Cow
Member
 
Registered: May 2003
Location: Pensacola, Florida
Distribution: Debian, Slackware, Amigo, Ubuntu
Posts: 221

Rep: Reputation: 30
Right click on the link to the desktop. Select "Properties". You should be able to go from there. ;>
 
Old 02-12-2004, 03:42 PM   #9
ickselglic
Member
 
Registered: Jan 2004
Posts: 90

Original Poster
Rep: Reputation: 15
I got it... Thanks man... Will I use the ./filename for opening all applications?
 
Old 02-12-2004, 03:43 PM   #10
Ninja Cow
Member
 
Registered: May 2003
Location: Pensacola, Florida
Distribution: Debian, Slackware, Amigo, Ubuntu
Posts: 221

Rep: Reputation: 30
Yes. Mostly everything will use the ./ command.
 
Old 02-12-2004, 04:00 PM   #11
ickselglic
Member
 
Registered: Jan 2004
Posts: 90

Original Poster
Rep: Reputation: 15
Sorry, one more question... I downloaded LimeWire. In my tmp folder i have LimeWireLinux.bin

I double click on it and it opens a shell... Do I do something different here?There is no folder, just the .bin file.
 
Old 02-12-2004, 05:39 PM   #12
ickselglic
Member
 
Registered: Jan 2004
Posts: 90

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by ickselglic
Sorry, one more question... I downloaded LimeWire. In my tmp folder i have LimeWireLinux.bin

I double click on it and it opens a shell... Do I do something different here?There is no folder, just the .bin file.
Can someone help me with this one?
 
Old 02-12-2004, 05:54 PM   #13
superbondbond
Member
 
Registered: Nov 2002
Posts: 668

Rep: Reputation: 30
Try typing it in a shell instead of clicking on it from a window.

[from the Limewire site]:
Quote:
Linux - Open a shell and cd (change directory) to the directory where you downloaded the installer. At the prompt type: sh ./LimeWireLinux.bin
 
Old 02-16-2004, 06:11 PM   #14
davebarz
LQ Newbie
 
Registered: Aug 2003
Distribution: Mandrake
Posts: 3

Rep: Reputation: 0
I understand how to unzip Firebird (now Firefox), and I understand how to move it to the directory of my choosing. What I don't understand is where I SHOULD move it.

Does anyone have any recommendations on where to put folders for installed apps? Where are they to start with?

Also, once I have it in whatever directory I want, and have links to it on my desktop, how do I make it so that typing "mozilla" or "firefox" into my shell of choice will open it up? Also, how do I make it so that it appears in the main menu (also what is the main menu, like the Windows Start menu equivalent, called?)?
 
Old 02-16-2004, 06:43 PM   #15
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62
Installed programs can go in /usr/local, /opt, for system wide installs, or your home directory for a user install.

If you make a symbolic link in /bin, you can then type firefox in the shell to start it, ie
ln -s /usr/local/firefox/firefox /bin/firefox

I hope this helps
from Ian
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Installing aMSN on Ubuntu... (big newb) shaunfowler2005 Linux - Software 9 02-28-2005 02:38 AM
[newb] SciGraphica install question Daizo Linux - Software 1 04-09-2004 07:41 AM
Newb question: Install/config Tomcat 4.1.27 on RHL 9.0 rudejohn Linux - Software 2 09-01-2003 08:12 PM
BIG problem for newb knoppix user DyNaMIC Linux - Newbie 3 08-27-2003 07:05 AM
Im a BIG newb SirKalten Linux - Software 1 02-15-2002 12:06 PM

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

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