-bash: curl: command not found

Solved
etoile9430 Posted messages 534 Status Membre -  
etoile9430 Posted messages 534 Status Membre -
Hello,
I'm installing Shinken and when I type to test
root@debian# curl http://localhost:7770/


I get
-bash: curl: command not found


Can you explain where the problem comes from? Thank you
Configuration: Windows 7 / Chrome 47.0.2526.111

1 réponse

UnGars
 
Hi,

Simply put, the
curl
command is not installed ;-(

As root:
apt-get install curl
10
etoile9430 Posted messages 534 Status Membre 19
 
Thank you very much,
(I love Linux and Debian more and more)
0