I have got some workaround. You can see from your error log that the cause of this problem start at this line. "update-alternatives: error: alternative path /usr/bin/firefox doesn't exist."
It tell us that it want "/usr/bin/firefox" which it was disappear. Then all you have to do is to open terminal and type this command sudo ln -s /usr/lib/firefox-3.6/firefox /usr/bin/firefox Then reinstall the packages. It should work with no error. -- tried installing firefox-3.6 after adding mozillateam/firefox-stable PPA :: package firefox 3.6+nobinonly-0ubuntu4~mfs~karmic1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2 https://bugs.launchpad.net/bugs/524947 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
