This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

firefox

johnferguson2

Thu Aug 21, 2014 2:07:00 pm

Why won't firefox install in Zorin 7.1

Linx

Thu Aug 21, 2014 2:34:16 pm

How are you trying to install??

Officially Zorin 7 is no longer supported, you should upgrade to Zorin9!

however, it should still install just fine from source, .deb or via package manager.

Try this, first, open terminal
"Zorin Menu" > "Accessories" > "Terminal"
Then run this command.
Code:
sudo apt-get update;
apt-get install -y firefox

If you get any errors just try this
Code:
sudo killall firefox;
sudo apt-get purge -y firefox;
sudo apt-get autoremove -y;
sudo rm -rv ~/.mozilla;
sudo apt-get update;
sudo apt-get install -y firefox

and If you still have issues, then let us know, and try to paste your output from the commands in your reply.