Installing and running Firefox on Debian Linux. Get missing dependencies (shared libs)

By neokrates, written on May 21, 2010

howto

Rate it
  • 1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
    Loading ... Loading ...
Ad
Poll
  • Your favorite browser?

    • Firefox (44%, 7 Votes)
    • Something else (31%, 5 Votes)
    • Opera (19%, 3 Votes)
    • Safari (6%, 1 Votes)
    • Firefox based (swiftfox, iceweasel, etc) (0%, 0 Votes)
    • Internet Explorer (0%, 0 Votes)
    • Chrome (0%, 0 Votes)
    • Galleon (0%, 0 Votes)
    • Lynx (0%, 0 Votes)

    Total Voters: 16

    Vote

    Loading ... Loading ...
Feeds:
  • bodytext bodytext bodytext
Most popular search terms:

Installing Firefox on Debian is not that trivial. Has to do with the conflict between Debian team and Mozilla, I guess. Anyways, Debian replaced Firefox with iceweasel. To install Firefox some manual work, libxul, libasound2, libdbus might be needed

Software:

[v] Debian Lenny (5.0.3)

Should also work for:

[v] Some other Debian distros

1

Get Firefox

wget -O firefox.tar.gz2 "http://download.mozilla.org/?product=firefox-3.5.9&os=linux&lang=en-US";tar -vxjf firefox.tar.gz2

2

What do we miss?

Try:

>firefox --version

 
If it needs libxul (will also load shared objects):

1
2
3
sudo apt-get --force-yes --yes install xulrunner-1.9
echo "/usr/lib/xulrunner-1.9/">>/etc/ld.so.conf
ldconfig

 
To get libasound:

sudo apt-get --force-yes --yes install libasound2

 
For libdbus:

sudo apt-get --force-yes --yes install libdbus-glib-1-2

 
Should work now! Let me know if I missed something.

Have fun! ;-)

 
Does that help to solve your problem?
VN:F [1.8.5_1061]
Rating: -1 (from 1 vote)
0 votes 'YES'  1 votes 'NO'

LEARN MORE (amazon bookstore)

TAGS

RELATED
Pages
Posts
    nope :(

SOCIAL
Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • BlinkList
  • Blogosphere News
  • E-mail this story to a friend!
  • Furl
  • LinkArena
  • Live
  • MisterWong
  • Print this article!
  • StumbleUpon
  • Technorati
  • Webnews.de
  • YahooMyWeb

INCOMING SEARCH TERMS


2 Responses to “Installing and running Firefox on Debian Linux. Get missing dependencies (shared libs)”

  1. [...] Continued here: Installing and running Firefox on Debian Linux. Get missing … [...]

    Like or Dislike: Thumb up 0 Thumb down 0

  2. amrodin says:

    nice….

    Like or Dislike: Thumb up 1 Thumb down 0

Leave a Reply