installed firefox 54 on ubuntu 16.04. The last command was sudo ln -s /opt/firefox55/firefox-bin /usr/bin/firefox
. When I want to run firefox using firefox
, it says permission denied. What is the problem? Would the old firefox version works with something likefirefoxold
?
Asked
Active
Viewed 554 times
1
1 Answers
0
The mistake i did was that i unzipped the tar package in windows machine and then copied the unzipped folder to ubuntu system. I should extract the tar package in ubuntu only. This was my first mistake. And regarding "cannot execute binary file:Exec format error", this was bcause i installed 64bit package of mozilla whereas it is 32-bit OS. THese two things i changed and as of now it works...Incase it helps someone so posting

monali
- 21
which firefox; ls -l /usr/bin/firefox; ls -l /opt/firefox55/firefox-bin
– user.dz Aug 02 '18 at 07:20sudo snap install firefox
Much easier – marosg Aug 02 '18 at 08:52