How do I install JSLint on Ubuntu?
I downloaded the source jsl-0.3.0-src.tar.gz
from http://www.javascriptlint.com/download.htm
and then extracted it to a dir called jsl-0.3.0
on my Desktop. I then moved it to /usr/local/bin
which I have read is my PATH. I also want to mention that I have Rhino 1.7
installed already.
When I try to run jsl
from terminal I got the following message:
No command 'jsl' found, did you mean:
Command 'jls' from package 'sleuthkit' (universe)
Command 'js' from package 'rhino' (main)
Command 'sl' from package 'sl' (universe)
Command 'fsl' from package 'fsl' (multiverse)
jsl: command not found
So I how do I properly install JSLint?