LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 08-05-2004, 05:46 AM   #1
thing0
Member
 
Registered: Sep 2003
Posts: 62

Rep: Reputation: 15
how to install


hello

my question is very simple!

i use slackware linux 10 (with no kde or gnome) and i really don't know much about linux. to install software i used installpkg and to remove i used pkgtool.

now i want to install firefox 9.3 and i don't know how to do it.

the only guide that i can find is this one http://www.linuxquestions.org/questi...hlight=firefox

i have "firefox-0.9.3-i686-linux-gtk2+xft-installer.tar.gz", now what should i do? i know nothing, sorry.

and why does this file say "i686"? all other packages that i installed said "i386"

thanks!
 
Old 08-05-2004, 05:50 AM   #2
Le_coyote
LQ Newbie
 
Registered: Aug 2004
Location: France
Distribution: Mandrake 10.0 (2.4.25-2mdk)
Posts: 23

Rep: Reputation: 15
hello,
first, you must untar your file :
Code:
tar xvfz file.tar.gz
you will get a folder named firefox-installer.
cd into it
Code:
cd firefox-installer
and run as root firefox-installer or something like that.

in order to run it, you must have gtk installed
 
Old 08-05-2004, 07:54 AM   #3
thing0
Member
 
Registered: Sep 2003
Posts: 62

Original Poster
Rep: Reputation: 15
thank you le_coyote

i had to startx and double click "firefox-installer" to start the installer, how can i install it if i don't startx? i tried to just write "firefox-installer" and it says that it can't find the command, etc.

my question now is, where to install it? it asks for a folder, where do i install?
 
Old 08-05-2004, 08:08 AM   #4
Le_coyote
LQ Newbie
 
Registered: Aug 2004
Location: France
Distribution: Mandrake 10.0 (2.4.25-2mdk)
Posts: 23

Rep: Reputation: 15
you can't install it without starting X because it's a gtk program. it needs a graphical interface.
to launch the installer, type ./firefox-installer (under X )
i believe he asks you a folder. if you want to lanching it fast (by typing firefox in a shell), put it in the /bin or /usr/local/bin.
when it will be installed, create a shorcut on your desktop
and for more documentation on firefox (plugins...), you have three bookmarks to mozilla doc
 
Old 08-05-2004, 08:19 AM   #5
mikedeatworld
Member
 
Registered: Nov 2003
Location: Farmington Michigan
Distribution: UBUNTU - Slackware - SuSE 9.1 - Knoppix - Fedora
Posts: 828

Rep: Reputation: 30
something like ./"enteryourcommandherewithoutquotes"

why are you running it with out kde or gnome? just wondering?
 
Old 08-05-2004, 08:22 AM   #6
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
They do explain how to install it on their website - I'm sure...
As I know it - I'm running version 0.9.1 - you are supposed to install it to your home directory - any directory therein will do - but does the installer not ask for a name while alredy providing a default (something like ~/firefox)?

Of course you will have to run X to be able to install - since the installer uses a graphical setup - as well as to use it - it is a program for use in a graphical environment like X

to install - change to the directory the downloaded and unpacked file is in and type: "./firefox-installer" - this will start the setup-procedure....
 
Old 08-05-2004, 09:49 AM   #7
vectordrake
Senior Member
 
Registered: Nov 2003
Location: NB,Canada
Distribution: Something alpha or beta, binary or source...
Posts: 2,280
Blog Entries: 4

Rep: Reputation: 47
i686 means that the program is compiled against a P-II or higher archtecture. It may not work on a lesser machine. Of course, who would want to use it on less than a P-II? It runs like molassas on a slower machine.
 
Old 08-05-2004, 10:08 AM   #8
thing0
Member
 
Registered: Sep 2003
Posts: 62

Original Poster
Rep: Reputation: 15
many thanks for your fast and nice replay's!

mikedeatworld: fluxbox is better... kde or gnome are too fat, too big, i don't like them.

the only think i need to do now is add firefox to the fluxbox menu, i will read the manual hehe.

stupid question!!! whats better /bin or /usr/local/bin ? hehe

thanks!
 
Old 08-05-2004, 10:16 AM   #9
Le_coyote
LQ Newbie
 
Registered: Aug 2004
Location: France
Distribution: Mandrake 10.0 (2.4.25-2mdk)
Posts: 23

Rep: Reputation: 15
no one is better, linux will look in these folders :
/usr/bin
/bin
/usr/bin
/usr/local/bin
/usr/X11R6/bin/
/usr/games
~/bin

so you can install in one of these directories

kde 3.2 is not too fat (less than 3.1 and older)
gnome is not too ugly but i prefer kde
 
Old 08-05-2004, 03:46 PM   #10
thing0
Member
 
Registered: Sep 2003
Posts: 62

Original Poster
Rep: Reputation: 15
i installed in usr/bin/firefox
 
Old 08-17-2004, 10:26 AM   #11
Jon_Roland
LQ Newbie
 
Registered: Jul 2004
Location: Austin, Texas
Distribution: Fedora, Suse
Posts: 15

Rep: Reputation: 0
When I attempt to execute firefox-installer for v. 0.9 it fails with the error:

(firefox-installer-bin:5558): Gtk-WARNING **: cannot open display:

It is being run under an xterm, so X is running. All the latest gtk packages have been installed. This is under Suse 9.1 kernel 2.6.5

This is preventing me from upgrading from v. 0.8, which I installed from the distribution CD using YaST.
 
Old 08-17-2004, 06:58 PM   #12
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
Jon_Roland:

why don't you use the firefox-0.9.3-i686-pc-linux-gtk2+xft-deDE.tar.gz (that is the most recent and the germanized version) I mean, why dont you use the ....tar.gz package which is in english or even localized for some other language available?
You do not install it but rather unpack it to a directory under your ~/ (home) directory and run it then from there - of course you could unpack it into /usr/local/bin or anywhere else and use it system-wide for all users.

It still needs you to have gtk2 ! and xft installed to work however - if you do not have these libraries installed neigther the installer nor the tar.gz version will work for you! But since you want to upgrade - you should have these dependencies solved.
 
Old 08-17-2004, 08:23 PM   #13
Jon_Roland
LQ Newbie
 
Registered: Jul 2004
Location: Austin, Texas
Distribution: Fedora, Suse
Posts: 15

Rep: Reputation: 0
How to install

Re: Firefox-installer gtk error

Thanks for the suggestion of the tarball, but what I started with to get the firefox-installer file I tried to execute is firefox-0.9.3-i686-linux-gtk2+xft-installer.tar.gz. Got it from the www.mozilla.org site. Unpacked it with tar -zxvf firefox-0.9.3-i686-linux-gtk2+xft-installer.tar.gz Haven't found an alternative downloadable file to start with. gtk2 and xft are installed, so I don't know where the error is coming from. OS is suSE 9.1 2.6.5.
 
Old 08-17-2004, 11:09 PM   #14
m0rt3r
Member
 
Registered: Mar 2004
Distribution: slackware 10
Posts: 75

Rep: Reputation: 15
Why don't you just download firefox from linuxpackages.net, the package from that website is a .tgz file, which means you only need to installl it, like you would install any other slackware program,
Code:
packageinstall
or
Code:
pkgtool
then just choose install from current.
 
Old 08-17-2004, 11:10 PM   #15
m0rt3r
Member
 
Registered: Mar 2004
Distribution: slackware 10
Posts: 75

Rep: Reputation: 15
sorry my mistake is not packageinstall, it's
Code:
pkginstall
 
  


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
fc3 install doesnt install grub properly onto sata drive sabo Linux - Newbie 4 02-03-2007 04:04 PM
make install does not install daemons (clamd snortd). Is this a feature of tarball? Emmanuel_uk Linux - Newbie 3 11-15-2005 01:29 AM
Error: Unable to boot /install/2.6/linux when starting Etch Install BuckRogers01 Debian 4 08-06-2005 06:40 PM
How do I re-install an operatingsystem? Corrupted install. Yast wont load. URGENT.thx CrewXp SUSE / openSUSE 5 05-09-2005 12:07 AM
Ok, dumb question. If I install a Mandrake kernel RPM, where does it install to? Kramer Linux - General 6 01-13-2004 09:39 PM

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

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