Trying to install firefox 1.5 on kubuntu 6.06, installing firefox was an easy task on previous versions of kubuntu, I've done it on ubuntu, and fedora. This is a fresh install from the kubuntu live DVD, no 3rd party software. "apt-get update" shows I'm upto date. firefox 1.5 is the first thing I'm trying to install beyond the default installation.
I tried the simple way:
$ sudo apt-get install mozilla-firefox
Reading package lists... Done
Building dependency tree... Done
Package mozilla-firefox is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package mozilla-firefox has no installation candidate
Then I downloaded firefox-1.5.0.4.tar.gz and extract as per instructions on https://help.ubuntu.com/community/FirefoxNewVersion. Everything went smooth, no errors.
However, when I try to run firefox I get:
$ ./firefox
/opt/firefox/firefox-bin: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
I tried a bunch of searches in the forums, can't find anything that works.
$ sudo apt-get install libgtk-2.0-0
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package libgtk-2.0-0
$ locate libgtk
$ locate libgtk-x11
$ sudo dpkg -L libgtk2.0-0 | grep libgtk-x11-2.0.so.0
Package `libgtk2.0-0' is not installed.
What should I do next? Thanks for your help.
I tried the simple way:
$ sudo apt-get install mozilla-firefox
Reading package lists... Done
Building dependency tree... Done
Package mozilla-firefox is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package mozilla-firefox has no installation candidate
Then I downloaded firefox-1.5.0.4.tar.gz and extract as per instructions on https://help.ubuntu.com/community/FirefoxNewVersion. Everything went smooth, no errors.
However, when I try to run firefox I get:
$ ./firefox
/opt/firefox/firefox-bin: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
I tried a bunch of searches in the forums, can't find anything that works.
$ sudo apt-get install libgtk-2.0-0
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package libgtk-2.0-0
$ locate libgtk
$ locate libgtk-x11
$ sudo dpkg -L libgtk2.0-0 | grep libgtk-x11-2.0.so.0
Package `libgtk2.0-0' is not installed.
What should I do next? Thanks for your help.
Comment