jsawk icon indicating copy to clipboard operation
jsawk copied to clipboard

Command not found?

Open seth-reeser opened this issue 9 years ago • 3 comments

==> devopsgroup.io-dev-redhat: /vagrant/provisioners/redhat/installers/jsawk: line 1317: js: command not found

seth-reeser avatar Jul 14 '15 14:07 seth-reeser

You need to install the js package.

flamusdiu avatar Jul 14 '15 15:07 flamusdiu

HOWTO "install the js package" ?

I am trying

sudo apt-get update
sudo apt-get install js 

But it says

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package js

Trying in Ubuntu 16.04 LTS

syedrakib avatar Sep 28 '16 06:09 syedrakib

Try to install the package: libmozjs-24-bin

This pachage provide the binary: /usr/bin/js24

Maybe this, and you need a symbolic link to /usr/bin/js to work

Richzendy avatar Jan 20 '17 20:01 Richzendy