-bash: curl: command not found

Solved
etoile9430 Posted messages 534 Status Member -  
etoile9430 Posted messages 534 Status Member -
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 answer

  1. UnGars
     
    Hi,

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

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