LinuxQuestions.org
Visit Jeremy's Blog.
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 01-15-2005, 11:54 PM   #1
Toonses82
Member
 
Registered: Sep 2004
Location: Calhoun, TN, USA
Distribution: openSUSE
Posts: 131

Rep: Reputation: 15
problem running Firefox after install


I am pretty much helpless when it comes to Linux, but I'm learning.

I downloaded a package called "firefox-1.0.installer.tar.gz". I extracted the file and opened up the new extracted folder. I don't know how to install if it's not rpm. So I went to mozilla.org/ products/ firefox/ releases/ #install and followed the directions under the heading: Linux/GTK2.

Per the directions, I opened the terminal while in that folder and typed: "./firefox-installer". This opened up the graphical installer and just followed everything the installer suggested. Everything seemed to go fine.

Now that the program is installed supposedly, how do I run it? There's no icon in the Kmenu (I'm using KDE 3.2 on MDK 10.1). And there's no desktop icon. So I went to the folder it installed into (file:/home/toonses82/Downloads/firefox-installer) and tried to just double click some of the icons that I thought might be the program. I figure once I find that, I can just manually make a link in the Kmenu. But I can't seem to find the program itself.

What am I doing wrong here? My goal is to be able to open the Kmenu and select "Firefox" and have the browser open up. Please let me know where I'm going wrong and have mercy on a recovering Windows user.

Many thanks, -Kris
 
Old 01-16-2005, 12:05 AM   #2
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
Don't worry about being new, you'll learn from experience as it takes time to get the complexity of it all down. As long as you keep putting effort in you'll keep learning.

As for firefox, fire up an xterm/konsole,gnome-terminal or whatever you have handy and execute the following commands:

Code:
cd /home/toonses82/Downloads/firefox-installer
you can use the TAB key to autocomplete words after a few characters have been entered

next:

Code:
./firefox
should start firefox up for you. Notice the "./" before the firefox command. This tells the shell that firefox resides in the directory it is currently in. To add a desktop Icon, right click the desktop and pick create link to application. Fill out the name, enter /home/toonses82/Downloads/firefox-installer/firefox for the command entry and click the icon button, navigate to the firefox-installer directory, choose the icons folder, and pick an icon for your desktop.
 
Old 01-16-2005, 12:12 AM   #3
Toonses82
Member
 
Registered: Sep 2004
Location: Calhoun, TN, USA
Distribution: openSUSE
Posts: 131

Original Poster
Rep: Reputation: 15
I opened Konsole and went to that directory successfully. But when I typed ./firefox I got back the following reply:

bash: ./firefox: No such file or directory

I don't think it's a damaged package I downloaded because I downloaded it again and am still getting the same result.
 
Old 01-16-2005, 12:28 AM   #4
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
you try just typing 'firefox' at the console? or type 'whereis firefox', which should list a couple folders where firefox installed some files... try typing 'cd ' and the path that shows up from the 'whereis' command, then type as suggested './firefox'. there will probably be 2 or 3 paths that are outputted from the 'whereis' command.

for ex:
Code:
$ whereis firefox
firefox: /usr/bin/firefox /usr/share/man/man1/firefox1.gz
$ cd /usr/bin/
$ ./firefox
i dunno if thatll work, but worth a shot i guess..
 
Old 01-16-2005, 12:30 AM   #5
detpenguin
Senior Member
 
Registered: Oct 2003
Location: lost in the midwest...
Distribution: Slackware
Posts: 1,098

Rep: Reputation: 54
the file you have "firefox-installer" should have a file in it called "firefox-installer"
you should be able to just click on that and it will begin the installation for you...
 
Old 01-16-2005, 12:33 AM   #6
Toonses82
Member
 
Registered: Sep 2004
Location: Calhoun, TN, USA
Distribution: openSUSE
Posts: 131

Original Poster
Rep: Reputation: 15
Here's what I got from the whereis command:
Code:
[toonses82@localhost toonses82]$ whereis firefox
firefox:
Doesn't seem to be much help.
 
Old 01-16-2005, 12:39 AM   #7
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
run the firefox-installer again and note where it says it will install it ( I told you wrong as the default is probably /home/toonses82/firefox-installer). the firefox script you need to run is in that directory.
 
Old 01-16-2005, 12:49 AM   #8
Toonses82
Member
 
Registered: Sep 2004
Location: Calhoun, TN, USA
Distribution: openSUSE
Posts: 131

Original Poster
Rep: Reputation: 15
The directory it installed into is here:

/home/toonses82/Downloads/firefox-installer

That was the default picked by the installer. It's like the program itself isn't in the folder. I downloaded this tarball from the firefox website.
 
Old 01-16-2005, 12:54 AM   #9
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
can u list here all the files in your install folder (firefox-installer or whatever)?
 
Old 01-16-2005, 01:00 AM   #10
Commando464
Member
 
Registered: Jul 2004
Location: Edmonton, Canada
Distribution: Fedora Core 4
Posts: 82

Rep: Reputation: 17
You seem to be looking in the wrong directory.

The firefox-installer directory is created when you untar your downloaded file.

Once you ran the install, should have defaulted to the /home/user/firefox directory. Look for the that in your home directories, then run the ./firefox.
 
Old 01-16-2005, 01:06 AM   #11
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
it installs it in $PWD, which is firefox-installer.
 
Old 01-16-2005, 01:18 AM   #12
linux-rulz
Member
 
Registered: Dec 2004
Distribution: Windows XP Home, Ubuntu Hoary
Posts: 584

Rep: Reputation: 30
Delete any firefox folders in your home folder, redownload the installer, and when you go through tell it to install to /home/yourname/firefox, not where it defaults to, and then finish the installation. Then close the xterm and reopen it, and then type this.

cd firefox
./firefox

And it should work. That is all!
 
Old 01-16-2005, 03:42 AM   #13
Toonses82
Member
 
Registered: Sep 2004
Location: Calhoun, TN, USA
Distribution: openSUSE
Posts: 131

Original Poster
Rep: Reputation: 15
what is the command to make it list the contents of the folder in Konsole?
 
Old 01-16-2005, 03:47 AM   #14
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
ls
 
Old 01-16-2005, 04:19 AM   #15
Toonses82
Member
 
Registered: Sep 2004
Location: Calhoun, TN, USA
Distribution: openSUSE
Posts: 131

Original Poster
Rep: Reputation: 15
OK. I removed all the folders and the installer I downloaded. I redownloaded the .tar from here where it says "free download". To install, I do the following:
Code:
tar -xzvf firefox-1.0.installer.tar.gz
 cd firefox-installer
 ./firefox-installer
I tell the installer to install it here:
file:/home/toonses82/firefox

I then tried the ./firefox and ./mozilla-firefox. Neither worked:
Code:
[toonses82@localhost firefox]$ ./firefox
[toonses82@localhost firefox]$ ./mozilla-firefox
bash: ./mozilla-firefox: No such file or directory
So here is the list of what is in the folder:

[toonses82@localhost firefox]$ ls
browserconfig.properties
chrome/
components/
defaults/
firefox*
firefox-bin*
greprefs/
icons/
install.log
libmozjs.so*
libnspr4.so*
libnss3.so*
libnssckbi.so*
libplc4.so*
libplds4.so*
libsmime3.so*
libsoftokn3.chk
libsoftokn3.so*
libssl3.so*
libxpcom_compat.so*
libxpcom.so*
libxpistub.so*
mozilla-xremote-client*
plugins/
res/
run-mozilla.sh*
searchplugins/
xpicleanup*

I don't know what to do. I really appreciate the help though.
 
  


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
Problem with Kubuntu 5.04 running Firefox bighooked Linux - Software 2 10-08-2005 12:42 PM
Firefox 1.0.6 Install Problem sohare Linux - Software 2 08-24-2005 03:10 AM
Help!!! How to install GLib, GTK, ATK and Pango, just to get Firefox running. LOL RJARRRPCGP Linux - Newbie 7 11-20-2004 05:42 PM
Permission problem running firefox somatizer Linux - Newbie 1 06-02-2004 06:09 PM
MySQL Install/Running Problem ScooterB Red Hat 3 03-09-2004 07:18 AM

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

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