LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Why can't install the latest version firefox-48.0.1 on debian? (https://www.linuxquestions.org/questions/linux-newbie-8/why-cant-install-the-latest-version-firefox-48-0-1-on-debian-4175587561/)

luofeiyu 08-21-2016 08:56 AM

Why can't install the latest version firefox-48.0.1 on debian?
 
1.download it firefox-48.0.1.tar.bz2
2.mkdir /opt/firefox
3.extract firefox into /opt/firefox
4.chmod 777 /opt/firefox/run-mozilla.sh
5. sh /opt/firefox/run-mozilla.sh

An error info occur: cannot executed!
How to install the latest version firefox-48.0.1 on debian?

jpollard 08-21-2016 09:08 AM

Try leaving out step 4.

And next time include the exact error.

AwesomeMachine 08-21-2016 09:11 AM

Or try
Code:

$ /opt/firefox/./firefox-bin

ondoho 08-21-2016 09:48 AM

which debian version? stable?
i think there's a reason why it's not in the repositories.
just run the version you can install with apt-get.
like this:
Code:

sudo su
apt-get update
apt-get upgrade
apt-get install firefox-esr

and post output if you need help. in code tags.
you have been here long enough to know that.

luofeiyu 08-22-2016 02:00 AM

Code:

apt-get install firefox-esr

ondoho 08-23-2016 01:13 AM

^ yes, that will give you the latest version supported by whichever debian version you're using.
a wise choice.


All times are GMT -5. The time now is 01:42 PM.