OK, so your kernel is 32-bit and your Firefox is 32-bit. No collision there.
What's the output of
What's the output of
Code:
sudo updatedb && locate libxpcom
sudo updatedb && locate libxpcom
ubuntu-bug firefox
sudo apt-get purge firefox thunderbird && sudo apt-get autoremove
sudo apt-get install firefox=16.0.1+build1-0ubuntu1 thunderbird=16.0.1+build1-0ubuntu1
sudo apt-get purge firefox thunderbird && sudo apt-get autoremove
files list file for package 'libusbmuxd2' missing; assuming package has no files currently installed
export LD_LIBRARY_PATH=/opt/firefox/
sudo apt-get install --reinstall libusbmuxd2
Comment