how to install javascript

Asked by Halcyclone

so i do a online school and we do elluminates and it requires javascript and it work untill i reinstalled ubuntu and i have already tried tried useing the terminal and everything but it still does not work, help.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Shane Fagan (shanepatrickfagan) said :
#1

Firefox works java script by default. What version pf ubuntu are you using?

Revision history for this message
Halcyclone (halcyclone) said :
#2

8.10

Revision history for this message
leonnaley (leonnaley) said :
#3

You could try to install sun java like this:
sudo aptitude install sun-java6-jre sun-java6-plugin

Revision history for this message
Steve (steve-mayes) said :
#4

Hope this isn't too late but...

Java and javascript are two completely different apps. Installing sun-java6-jre and sun-java6-plugin will have absolutely zero effect on javascript.

If a reinstall hasn't re-enabled it you could try adding the package javascript-common:

On the command line (i.e. in a Terminal) type the following

sudo apt-get install javascript-common

if that doesn't help then try completely removing firefox and re-installing clean

sudo apt-get purge

Revision history for this message
Steve (steve-mayes) said :
#5

sorry - hit return and it posted before I'd finished ;-)

...if that doesn't help then try completely removing firefox and re-installing clean

sudo apt-get purge firefox

(this is the common meta-package for firefox whichever version) and probably
sudo apt-get purge firefox-gnome-support

(this is the common meta-package for firefox under gnome and again for whichever version.)

then sudo apt-get install firefox firefox-gnome-support

All this is done at the terminal, don't be afraid of the terminal, it will help you unlock the true power of Linux. :-)

Revision history for this message
Steve (steve-mayes) said :
#6

sorry - hit return and it posted before I'd finished ;-)

...if that doesn't help then try completely removing firefox and re-installing clean

sudo apt-get purge firefox

(this is the common meta-package for firefox whichever version) and probably
sudo apt-get purge firefox-gnome-support

(this is the common meta-package for firefox under gnome and again for whichever version.)

then sudo apt-get install firefox firefox-gnome-support

All this is done at the terminal, don't be afraid of the terminal, it will help you unlock the true power of Linux. :-)

Can you help with this problem?

Provide an answer of your own, or ask Halcyclone for more information if necessary.

To post a message you must log in.