Debian This forum is for the discussion of Debian Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
09-26-2008, 09:24 PM
|
#1
|
|
Member
Registered: Dec 2006
Location: USA
Distribution: Debian etch 4.0 net installed
Posts: 79
Rep:
|
howto install firefox on debian
Hello,
So far I downloaded/unpacked firefox3 and gtk to my /opt directory.
I failed to install gtk.
#ls /opt
firefox firefox-3.0.3.tar.bz2 gtk+-2.10.14 gtk+-2.10.14.tar.bz2
First attempt I was missing pkg-config.
#apt-get install pkg-config
successfully install pkg-config
Second attempt; here is where I need help.
#./configure --prefix=/opt/gtk210
output...
checking for BASE_DEPENDENCIES... configure: error: Package requirements (glib-2.0 >= 2.12.0 atk >= 1.9.0 pango >= 1.12.0 cairo >= 1.2.0) were not met:
No package 'glib=2.0' found
No package 'atk' found
No package 'pango' found
No package 'cairo' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in non-standard prefix.
Alternatively, you may set the environment variables BASE_DEPENDENCIES_CFLAGS
and BASE_DEPENDENCIES_LIB to avoid the need to call pkg-config.
See the pkg-config man page for more details.
What should I do next?
|
|
|
|
09-26-2008, 09:40 PM
|
#2
|
|
Guru
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678
Rep: 
|
Why don't you use apt-get to install FF3?
|
|
|
|
09-26-2008, 09:56 PM
|
#3
|
|
Member
Registered: Dec 2006
Location: USA
Distribution: Debian etch 4.0 net installed
Posts: 79
Original Poster
Rep:
|
Thanks for the reply,
I tried
#apt-get install FF3
returned
E:Couldn't find package FF3
I guess there is only iceweasel for debian.
|
|
|
|
09-26-2008, 10:07 PM
|
#4
|
|
Guru
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678
Rep: 
|
Forgot that - iceweasel is firefox but without the name for some reason.
|
|
|
|
09-26-2008, 11:23 PM
|
#5
|
|
LQ Newbie
Registered: Aug 2004
Distribution: debian/testing
Posts: 2
Rep:
|
IMO Iceweasel performs a bit 'smoother'(hard to quantify that) than Firefox. Epiphany is a nice clean browser as well.
|
|
|
|
09-26-2008, 11:59 PM
|
#6
|
|
Member
Registered: Dec 2006
Location: USA
Distribution: Debian etch 4.0 net installed
Posts: 79
Original Poster
Rep:
|
Yes I like the epiphany-browser as well.
I got firefox3 going.
This is what I had to you for my system. The above.
I forgot to mkdir /opt/gtk210. Dulf!
#apt-get install synaptic
lookup and installed libglib=2.0-dev libatk1.0-dev libpango1.0-dev libciaro2-dev and all recommended
this site help alot http://www.captain.at/howto-run-fire...ebian-etch.php
and last was the sh file. It seems to work now.
|
|
|
|
09-27-2008, 12:23 AM
|
#7
|
|
Senior Member
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid
Posts: 4,732
|
For firefox2 but most of it applies:
http://www.linuxforums.org/forum/deb...bian-etch.html
Although Iceweasel is just the same without the Firefox name or logo.
Quote:
|
Due to Mozilla logos licensing, Mozilla software isn't DFSG-free, so Debian distributes Mozilla software with different logos. One day Mozilla Corporation decided to revoke the agreement to let Debian use Mozilla trademarks, so Debian changed to non-trademarked product names. See http://en.wikipedia.org/wiki/Mozilla...nded_in_Debian for more information.
|
You may also want to take a look at Swiftfox or Flock.
Last edited by craigevil; 09-29-2008 at 12:40 PM.
|
|
|
|
09-27-2008, 09:08 AM
|
#8
|
|
Senior Member
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,474
|
apt-get install iceweasel
|
|
|
|
09-27-2008, 06:52 PM
|
#9
|
|
Guru
Registered: Oct 2005
Location: Willoughby, Ohio
Distribution: linuxdebian
Posts: 7,231
Rep: 
|
Firefox 3 (iceweasel 3 ) is not in the Debian Stable repositories.
Code:
Package iceweasel
* etch (stable) (web): 2.0.0.16-0etch1 [security]:
* lenny (testing) (web): 3.0.1-1+b1:
* sid (unstable) (web): 3.0.1-1+b1:
his best option is to install it from the installation script from mozilla.org.
|
|
|
|
09-30-2008, 05:18 PM
|
#10
|
|
Senior Member
Registered: Aug 2003
Distribution: Debian Sid 32/64-bit, F10 32/64-bit
Posts: 1,070
Rep:
|
wouldn't enabling testing as a repo and then running aptitude install iceweasel work a lot easier when it comes to possible dependencies?
|
|
|
|
09-30-2008, 11:58 PM
|
#11
|
|
Senior Member
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid
Posts: 4,732
|
Quote:
Originally Posted by Jongi
wouldn't enabling testing as a repo and then running aptitude install iceweasel work a lot easier when it comes to possible dependencies?
|
With the freeze in Lenny even sid isn't getting many packages moving into it. The OP wants firefox and not iceweasel because firefox has had 2 security updates recently and at this point iceweasel is lagging behind.
Quote:
iceweasel:
Installed: 3.0.1-1
Candidate: 3.0.1-1
|
Howot Install Firefox 3 in Debian:
http://forums.debian.net/viewtopic.php?t=27424
Last edited by craigevil; 10-01-2008 at 12:01 AM.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 05:03 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|