Can anyone help me install firefox? Below I've cited what I've done and the resulting errors.
I'm stuck b/c I can't use KDE's Software Manager (Add and Remove Software) nor can I use apt-get. Both result in errors.
A few days ago I did an update/upgrade and since then I wasn't able to use firefox.
So I did the following:
1. sudo apt-get purge firefox
2. turnoff/reboot
3. sudo apt-get install firefox
This didn't work. Firefox still didn't working. Then I removed firefox again. (sudo apt-get purge firefox)
But this time I did something extra. I decided to scan for any remaining firefox files and delete them. So I logged in as sudo and used the following commands to manually delete any remaining firefox files.
sudo su
cd /
find . -name "firefox*" -delete
then I scanned again using (command: find . -name "firefox*") and found empty DIRs, which I also deleted manually.
Now I no traces of firefox on my system; turnoff/reboot.
Now I tried again to use KDE's software package manager and apt-get. Below describes what I did...
Then I went to package manager (Add and Remove Software) and selected Settings|Edit Software Source|TAB:Other Software|
Then I disabled: http://ppa.launchpad.net/ubuntu-mozi...ity/ppa/ubuntu lucid main
Added: http://ppa.launchpad.net/mozillateam...-stable/ubuntu lucid main
Applied changes.
Rebooted.
Then I went to package manager (Add and Remove Software) and selected Software Management and entered firefox
Selected Package firefox - 12.0+build1-0ubuntu0.10.04.1 (amd64)
Package Failed.
Then I disabled source: http://ppa.launchpad.net/mozillateam...-stable/ubuntu lucid main
Added: http://downloads.sourceforge.net/pro...la/mozilla/apt all main
applied changes and exited software manager.
Then entered terminal mode:
sudo su
apt-get update -> this failed b/c NO PUBKEY
then tried:
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C1289A29
then tried:
apt-get install firefox-mozilla-build
Which resulted in the following errors...
output:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
firefox-mozilla-build
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 20.6MB of archives.
After this operation, 0B of additional disk space will be used.
Get:1 http://downloads.sourceforge.net/pro...a/mozilla/apt/ all/main firefox-mozilla-build 12.0-0ubuntu1 [20.6MB]
Fetched 20.6MB in 1min 49s (188kB/s)
Selecting previously deselected package firefox-mozilla-build.
(Reading database ... 189283 files and directories currently installed.)
Unpacking firefox-mozilla-build (from .../firefox-mozilla-build_12.0-0ubuntu1_amd64.deb) ...
dpkg-divert: `diversion of /usr/bin/firefox to /usr/bin/firefox.ubuntu by firefox-mozilla-build' clashes with `local diversion of /usr/bin/firefox to /usr/bin/firefox.ubuntu'
dpkg: error processing /var/cache/apt/archives/firefox-mozilla-build_12.0-0ubuntu1_amd64.deb (--unpack):
subprocess new pre-installation script returned error exit status 2
dpkg-divert: mismatch on package
when removing `diversion of /usr/bin/firefox to /usr/bin/firefox.ubuntu by firefox-mozilla-build'
found `local diversion of /usr/bin/firefox to /usr/bin/firefox.ubuntu'
dpkg: error while cleaning up:
subprocess new post-removal script returned error exit status 2
Errors were encountered while processing:
/var/cache/apt/archives/firefox-mozilla-build_12.0-0ubuntu1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
I'm stuck b/c I can't use KDE's Software Manager (Add and Remove Software) nor can I use apt-get. Both result in errors.
A few days ago I did an update/upgrade and since then I wasn't able to use firefox.
So I did the following:
1. sudo apt-get purge firefox
2. turnoff/reboot
3. sudo apt-get install firefox
This didn't work. Firefox still didn't working. Then I removed firefox again. (sudo apt-get purge firefox)
But this time I did something extra. I decided to scan for any remaining firefox files and delete them. So I logged in as sudo and used the following commands to manually delete any remaining firefox files.
sudo su
cd /
find . -name "firefox*" -delete
then I scanned again using (command: find . -name "firefox*") and found empty DIRs, which I also deleted manually.
Now I no traces of firefox on my system; turnoff/reboot.
Now I tried again to use KDE's software package manager and apt-get. Below describes what I did...
Then I went to package manager (Add and Remove Software) and selected Settings|Edit Software Source|TAB:Other Software|
Then I disabled: http://ppa.launchpad.net/ubuntu-mozi...ity/ppa/ubuntu lucid main
Added: http://ppa.launchpad.net/mozillateam...-stable/ubuntu lucid main
Applied changes.
Rebooted.
Then I went to package manager (Add and Remove Software) and selected Software Management and entered firefox
Selected Package firefox - 12.0+build1-0ubuntu0.10.04.1 (amd64)
Package Failed.
Then I disabled source: http://ppa.launchpad.net/mozillateam...-stable/ubuntu lucid main
Added: http://downloads.sourceforge.net/pro...la/mozilla/apt all main
applied changes and exited software manager.
Then entered terminal mode:
sudo su
apt-get update -> this failed b/c NO PUBKEY
then tried:
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C1289A29
then tried:
apt-get install firefox-mozilla-build
Which resulted in the following errors...
output:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
firefox-mozilla-build
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 20.6MB of archives.
After this operation, 0B of additional disk space will be used.
Get:1 http://downloads.sourceforge.net/pro...a/mozilla/apt/ all/main firefox-mozilla-build 12.0-0ubuntu1 [20.6MB]
Fetched 20.6MB in 1min 49s (188kB/s)
Selecting previously deselected package firefox-mozilla-build.
(Reading database ... 189283 files and directories currently installed.)
Unpacking firefox-mozilla-build (from .../firefox-mozilla-build_12.0-0ubuntu1_amd64.deb) ...
dpkg-divert: `diversion of /usr/bin/firefox to /usr/bin/firefox.ubuntu by firefox-mozilla-build' clashes with `local diversion of /usr/bin/firefox to /usr/bin/firefox.ubuntu'
dpkg: error processing /var/cache/apt/archives/firefox-mozilla-build_12.0-0ubuntu1_amd64.deb (--unpack):
subprocess new pre-installation script returned error exit status 2
dpkg-divert: mismatch on package
when removing `diversion of /usr/bin/firefox to /usr/bin/firefox.ubuntu by firefox-mozilla-build'
found `local diversion of /usr/bin/firefox to /usr/bin/firefox.ubuntu'
dpkg: error while cleaning up:
subprocess new post-removal script returned error exit status 2
Errors were encountered while processing:
/var/cache/apt/archives/firefox-mozilla-build_12.0-0ubuntu1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Comment